Shades of Deep Pink #F91C78
Tints of Deep Pink #F91C78
RGB
CMYK
RGB Variations
Color information
#F91C78 (or 0xF91C78) is known color: Deep Pink. HEX triplet: F9, 1C and 78. RGB value is (249,28,120). Sum of RGB (Red+Green+Blue) = 249+28+120=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C78 is #06E387. Grayscale: #686868. Windows color (decimal): -451464 or 7871737. OLE color: 7871737.
HSL color Cylindrical-coordinate representation of color #F91C78: hue angle of 335.02º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C78 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 120 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.02 |
| HSL | 335.02º | 0.95% | 0.54% | - |
| HSV(B) | 335.02º | 0.89% | 0.98% | - |
| XYZ | 42.87 | 22.33 | 19.82 | - |
| YUV | 104.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 120 | 0 | 0.89 | 0.52 | 0.02 | 335.02 | 0.95 | 0.54 |
| Hex | F9 | 1C | 78 | 0 | 59 | 34 | 2 | 14F | 5F | 36 |
| Octal | 371 | 34 | 170 | 0 | 131 | 64 | 2 | 517 | 137 | 66 |
| Binary | 11111001 | 11100 | 1111000 | 0 | 1011001 | 110100 | 10 | 101001111 | 1011111 | 110110 |
Color Harmonies of #F91C78
Complementary color
Monochromatic Colors of #F91C78
Black with #F91C78
Text Example
Text Example
White with #F91C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C78; }
p { color: rgb(249,28,120); }
H1.HeaderClassName
{
color: #F91C78;
}
.AnyTagClassName
{
color: #F91C78;
}
</style>
background-color css
<style>
a { background-color: #F91C78; }
a { background-color: rgb(249,28,120); }
div.DivClassName
{
background-color: #F91C78;
}
.BgClassName
{
background-color: #F91C78;
}
</style>
border-color css
<style>
span { border-color: #F91C78; }
span { border-color: rgb(249,28,120); }
td.TdClassName
{
border-color: #F91C78;
}
.TagClassName
{
border-color: #F91C78;
}
</style>