Color spaces of #f975fe
RGB | 249 | 117 | 254 |
---|---|---|---|
HSL | 0.83 | 0.99 | 0.73 |
HSV | 298° | 54° | 100° |
CMYK | 0.02 | 0.54 | 0.00 0.00 |
XYZ | 63.3176 | 40.0181 | 98.1530 |
Yxy | 40.0181 | 0.3142 | 0.1986 |
Hunter Lab | 63.2599 | 67.9582 | -47.7115 |
CIE-Lab | 69.4824 | 68.2233 | -45.8183 |
#f975fe color RGB value is (249,117,254).
#f975fe hex color red value is 249, green value is 117 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f975fe hue: 0.83 , saturation: 0.99 and the lightness value of f975fe is 0.73.
The process color (four color CMYK) of #f975fe color hex is 0.02, 0.54, 0.00, 0.00. Web safe color of #f975fe is #ff66ff. Color #f975fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01110101 | 11111110 |
Octal | 371 | 165 | 376 |
Decimal | 249 | 117 | 254 |
Hex | F9 | 75 | FE |
Shades of #f975fe
Tints of #f975fe
RGB Percentages of Color #f975fe
CMYK Percentages of Color #f975fe
Complementary Color
#f975fe | #7afe75 |
#f975fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f975fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f975fe Color CSS Codes
.mybgcolor {background-color:#f975fe; } .myforecolor {color:#f975fe; } .mybordercolor {border:3px solid #f975fe; }
#f975fe Text Font Color
<p style="color:#f975fe">Text here</p>
This sample text font color is #f975fe
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.
#f975fe Background Color
<div style="background-color:#f975fe">
Div content here</div>
This div background color is #f975fe
#f975fe Border Color
<div style="border:3px solid #f975fe">
Div here</div>
This div border color is #f975fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,117,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f975fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f975fe; -webkit-box-shadow: 1px 1px 3px 2px #f975fe; box-shadow: 1px 1px 3px 2px #f975fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,117,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 #f975fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f975fe; -webkit-box-shadow: 1px 1px 3px 2px #f975fe; box-shadow: 1px 1px 3px 2px #f975fe;">
Div content here</div>
This div box has shadow with color #f975fe
Comments
No comments written yet.
Please login to write comment.