Color spaces of #f198fe
RGB | 241 | 152 | 254 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.80 |
HSV | 292° | 40° | 100° |
CMYK | 0.05 | 0.40 | 0.00 0.00 |
XYZ | 65.3933 | 48.3130 | 99.6447 |
Yxy | 48.3130 | 0.3065 | 0.2264 |
Hunter Lab | 69.5076 | 46.2961 | -36.3417 |
CIE-Lab | 75.0219 | 49.0668 | -37.2413 |
#f198fe color RGB value is (241,152,254).
#f198fe hex color red value is 241, green value is 152 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f198fe hue: 0.81 , saturation: 0.98 and the lightness value of f198fe is 0.80.
The process color (four color CMYK) of #f198fe color hex is 0.05, 0.40, 0.00, 0.00. Web safe color of #f198fe is #ff99ff. Color #f198fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10011000 | 11111110 |
Octal | 361 | 230 | 376 |
Decimal | 241 | 152 | 254 |
Hex | F1 | 98 | FE |
Shades of #f198fe
Tints of #f198fe
RGB Percentages of Color #f198fe
CMYK Percentages of Color #f198fe
Complementary Color
#f198fe | #a5fe98 |
#f198fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f198fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f198fe Color CSS Codes
.mybgcolor {background-color:#f198fe; } .myforecolor {color:#f198fe; } .mybordercolor {border:3px solid #f198fe; }
#f198fe Text Font Color
<p style="color:#f198fe">Text here</p>
This sample text font color is #f198fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f198fe Background Color
<div style="background-color:#f198fe">
Div content here</div>
This div background color is #f198fe
#f198fe Border Color
<div style="border:3px solid #f198fe">
Div here</div>
This div border color is #f198fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,152,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f198fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f198fe; -webkit-box-shadow: 1px 1px 3px 2px #f198fe; box-shadow: 1px 1px 3px 2px #f198fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,152,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f198fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f198fe; -webkit-box-shadow: 1px 1px 3px 2px #f198fe; box-shadow: 1px 1px 3px 2px #f198fe;">
Div content here</div>
This div box has shadow with color #f198fe
Comments
No comments written yet.
Please login to write comment.