Shades of Deep Pink #F91876
Tints of Deep Pink #F91876
RGB
CMYK
RGB Variations
Color information
#F91876 (or 0xF91876) is known color: Deep Pink. HEX triplet: F9, 18 and 76. RGB value is (249,24,118). Sum of RGB (Red+Green+Blue) = 249+24+118=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F91876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91876 is #06E789. Grayscale: #656565. Windows color (decimal): -452490 or 7739641. OLE color: 7739641.
HSL color Cylindrical-coordinate representation of color #F91876: hue angle of 334.93º 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 #F91876 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.02 |
| HSL | 334.93º | 0.95% | 0.54% | - |
| HSV(B) | 334.93º | 0.9% | 0.98% | - |
| XYZ | 42.66 | 22.1 | 19.16 | - |
| YUV | 101.99 | 137.04 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 118 | 0 | 0.90 | 0.53 | 0.02 | 334.93 | 0.95 | 0.54 |
| Hex | F9 | 18 | 76 | 0 | 5A | 35 | 2 | 14F | 5F | 36 |
| Octal | 371 | 30 | 166 | 0 | 132 | 65 | 2 | 517 | 137 | 66 |
| Binary | 11111001 | 11000 | 1110110 | 0 | 1011010 | 110101 | 10 | 101001111 | 1011111 | 110110 |
Color Harmonies of #F91876
Complementary color
Monochromatic Colors of #F91876
Black with #F91876
Text Example
Text Example
White with #F91876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91876; }
p { color: rgb(249,24,118); }
H1.HeaderClassName
{
color: #F91876;
}
.AnyTagClassName
{
color: #F91876;
}
</style>
background-color css
<style>
a { background-color: #F91876; }
a { background-color: rgb(249,24,118); }
div.DivClassName
{
background-color: #F91876;
}
.BgClassName
{
background-color: #F91876;
}
</style>
border-color css
<style>
span { border-color: #F91876; }
span { border-color: rgb(249,24,118); }
td.TdClassName
{
border-color: #F91876;
}
.TagClassName
{
border-color: #F91876;
}
</style>