Shades of Deep Pink #F91976
Tints of Deep Pink #F91976
RGB
CMYK
RGB Variations
Color information
#F91976 (or 0xF91976) is known color: Deep Pink. HEX triplet: F9, 19 and 76. RGB value is (249,25,118). Sum of RGB (Red+Green+Blue) = 249+25+118=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F91976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91976 is #06E689. Grayscale: #666666. Windows color (decimal): -452234 or 7739897. OLE color: 7739897.
HSL color Cylindrical-coordinate representation of color #F91976: hue angle of 335.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91976 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.02 |
| HSL | 335.09º | 0.95% | 0.54% | - |
| HSV(B) | 335.09º | 0.9% | 0.98% | - |
| XYZ | 42.68 | 22.14 | 19.16 | - |
| YUV | 102.58 | 136.71 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 118 | 0 | 0.90 | 0.53 | 0.02 | 335.09 | 0.95 | 0.54 |
| Hex | F9 | 19 | 76 | 0 | 5A | 35 | 2 | 14F | 5F | 36 |
| Octal | 371 | 31 | 166 | 0 | 132 | 65 | 2 | 517 | 137 | 66 |
| Binary | 11111001 | 11001 | 1110110 | 0 | 1011010 | 110101 | 10 | 101001111 | 1011111 | 110110 |
Color Harmonies of #F91976
Complementary color
Monochromatic Colors of #F91976
Black with #F91976
Text Example
Text Example
White with #F91976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91976; }
p { color: rgb(249,25,118); }
H1.HeaderClassName
{
color: #F91976;
}
.AnyTagClassName
{
color: #F91976;
}
</style>
background-color css
<style>
a { background-color: #F91976; }
a { background-color: rgb(249,25,118); }
div.DivClassName
{
background-color: #F91976;
}
.BgClassName
{
background-color: #F91976;
}
</style>
border-color css
<style>
span { border-color: #F91976; }
span { border-color: rgb(249,25,118); }
td.TdClassName
{
border-color: #F91976;
}
.TagClassName
{
border-color: #F91976;
}
</style>