Color spaces of #f97fed
RGB | 249 | 127 | 237 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.74 |
HSV | 306° | 49° | 98° |
CMYK | 0.00 | 0.49 | 0.05 0.02 |
XYZ | 61.9424 | 41.4329 | 84.8534 |
Yxy | 41.4329 | 0.3291 | 0.2201 |
Hunter Lab | 64.3684 | 59.1278 | -33.1010 |
CIE-Lab | 70.4782 | 60.7468 | -34.9486 |
#f97fed color RGB value is (249,127,237).
#f97fed hex color red value is 249, green value is 127 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f97fed hue: 0.85 , saturation: 0.91 and the lightness value of f97fed is 0.74.
The process color (four color CMYK) of #f97fed color hex is 0.00, 0.49, 0.05, 0.02. Web safe color of #f97fed is #ff66ff. Color #f97fed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01111111 | 11101101 |
Octal | 371 | 177 | 355 |
Decimal | 249 | 127 | 237 |
Hex | F9 | 7F | ED |
Shades of #f97fed
Tints of #f97fed
RGB Percentages of Color #f97fed
CMYK Percentages of Color #f97fed
Complementary Color
#f97fed | #7ff98b |
#f97fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f97fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#f97fed Color CSS Codes
.mybgcolor {background-color:#f97fed; } .myforecolor {color:#f97fed; } .mybordercolor {border:3px solid #f97fed; }
#f97fed Text Font Color
<p style="color:#f97fed">Text here</p>
This sample text font color is #f97fed
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.
#f97fed Background Color
<div style="background-color:#f97fed">
Div content here</div>
This div background color is #f97fed
#f97fed Border Color
<div style="border:3px solid #f97fed">
Div here</div>
This div border color is #f97fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,127,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f97fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f97fed; -webkit-box-shadow: 1px 1px 3px 2px #f97fed; box-shadow: 1px 1px 3px 2px #f97fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,127,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f97fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f97fed; -webkit-box-shadow: 1px 1px 3px 2px #f97fed; box-shadow: 1px 1px 3px 2px #f97fed;">
Div content here</div>
This div box has shadow with color #f97fed
Comments
No comments written yet.
Please login to write comment.