Color spaces of #f969db
RGB | 249 | 105 | 219 |
---|---|---|---|
HSL | 0.87 | 0.92 | 0.69 |
HSV | 313° | 58° | 98° |
CMYK | 0.00 | 0.58 | 0.12 0.02 |
XYZ | 56.9047 | 35.3574 | 70.8433 |
Yxy | 35.3574 | 0.3489 | 0.2168 |
Hunter Lab | 59.4621 | 66.7643 | -29.0148 |
CIE-Lab | 66.0260 | 67.8514 | -31.8803 |
#f969db color RGB value is (249,105,219).
#f969db hex color red value is 249, green value is 105 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f969db hue: 0.87 , saturation: 0.92 and the lightness value of f969db is 0.69.
The process color (four color CMYK) of #f969db color hex is 0.00, 0.58, 0.12, 0.02. Web safe color of #f969db is #ff66cc. Color #f969db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01101001 | 11011011 |
Octal | 371 | 151 | 333 |
Decimal | 249 | 105 | 219 |
Hex | F9 | 69 | DB |
Shades of #f969db
Tints of #f969db
RGB Percentages of Color #f969db
CMYK Percentages of Color #f969db
Complementary Color
#f969db | #69f987 |
#f969db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f969db Color Preview on White Background
Lorem ipsum dolor sit amet.
#f969db Color CSS Codes
.mybgcolor {background-color:#f969db; } .myforecolor {color:#f969db; } .mybordercolor {border:3px solid #f969db; }
#f969db Text Font Color
<p style="color:#f969db">Text here</p>
This sample text font color is #f969db
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.
#f969db Background Color
<div style="background-color:#f969db">
Div content here</div>
This div background color is #f969db
#f969db Border Color
<div style="border:3px solid #f969db">
Div here</div>
This div border color is #f969db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,105,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f969db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f969db; -webkit-box-shadow: 1px 1px 3px 2px #f969db; box-shadow: 1px 1px 3px 2px #f969db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,105,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f969db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f969db; -webkit-box-shadow: 1px 1px 3px 2px #f969db; box-shadow: 1px 1px 3px 2px #f969db;">
Div content here</div>
This div box has shadow with color #f969db
Comments
No comments written yet.
Please login to write comment.