Color spaces of #f911fe
RGB | 249 | 17 | 254 |
---|---|---|---|
HSL | 0.83 | 0.99 | 0.53 |
HSV | 299° | 93° | 100° |
CMYK | 0.02 | 0.93 | 0.00 0.00 |
XYZ | 57.1568 | 27.6964 | 96.0994 |
Yxy | 27.6964 | 0.3159 | 0.1531 |
Hunter Lab | 52.6274 | 101.7649 | -71.4264 |
CIE-Lab | 59.6135 | 96.1130 | -61.4768 |
#f911fe color RGB value is (249,17,254).
#f911fe hex color red value is 249, green value is 17 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f911fe hue: 0.83 , saturation: 0.99 and the lightness value of f911fe is 0.53.
The process color (four color CMYK) of #f911fe color hex is 0.02, 0.93, 0.00, 0.00. Web safe color of #f911fe is #ff00ff. Color #f911fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00010001 | 11111110 |
Octal | 371 | 21 | 376 |
Decimal | 249 | 17 | 254 |
Hex | F9 | 11 | FE |
Shades of #f911fe
Tints of #f911fe
RGB Percentages of Color #f911fe
CMYK Percentages of Color #f911fe
Complementary Color
#f911fe | #16fe11 |
#f911fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f911fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f911fe Color CSS Codes
.mybgcolor {background-color:#f911fe; } .myforecolor {color:#f911fe; } .mybordercolor {border:3px solid #f911fe; }
#f911fe Text Font Color
<p style="color:#f911fe">Text here</p>
This sample text font color is #f911fe
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.
#f911fe Background Color
<div style="background-color:#f911fe">
Div content here</div>
This div background color is #f911fe
#f911fe Border Color
<div style="border:3px solid #f911fe">
Div here</div>
This div border color is #f911fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,17,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f911fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f911fe; -webkit-box-shadow: 1px 1px 3px 2px #f911fe; box-shadow: 1px 1px 3px 2px #f911fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,17,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 #f911fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f911fe; -webkit-box-shadow: 1px 1px 3px 2px #f911fe; box-shadow: 1px 1px 3px 2px #f911fe;">
Div content here</div>
This div box has shadow with color #f911fe
Comments
No comments written yet.
Please login to write comment.