Shades of Deep Pink #F91A78
Tints of Deep Pink #F91A78
RGB
CMYK
RGB Variations
Color information
#F91A78 (or 0xF91A78) is known color: Deep Pink. HEX triplet: F9, 1A and 78. RGB value is (249,26,120). Sum of RGB (Red+Green+Blue) = 249+26+120=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A78 is #06E587. Grayscale: #676767. Windows color (decimal): -451976 or 7871225. OLE color: 7871225.
HSL color Cylindrical-coordinate representation of color #F91A78: hue angle of 334.71º 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 #F91A78 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 120 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.02 |
| HSL | 334.71º | 0.95% | 0.54% | - |
| HSV(B) | 334.71º | 0.9% | 0.98% | - |
| XYZ | 42.83 | 22.23 | 19.8 | - |
| YUV | 103.39 | 137.38 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 120 | 0 | 0.90 | 0.52 | 0.02 | 334.71 | 0.95 | 0.54 |
| Hex | F9 | 1A | 78 | 0 | 5A | 34 | 2 | 14F | 5F | 36 |
| Octal | 371 | 32 | 170 | 0 | 132 | 64 | 2 | 517 | 137 | 66 |
| Binary | 11111001 | 11010 | 1111000 | 0 | 1011010 | 110100 | 10 | 101001111 | 1011111 | 110110 |
Color Harmonies of #F91A78
Complementary color
Monochromatic Colors of #F91A78
Black with #F91A78
Text Example
Text Example
White with #F91A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A78; }
p { color: rgb(249,26,120); }
H1.HeaderClassName
{
color: #F91A78;
}
.AnyTagClassName
{
color: #F91A78;
}
</style>
background-color css
<style>
a { background-color: #F91A78; }
a { background-color: rgb(249,26,120); }
div.DivClassName
{
background-color: #F91A78;
}
.BgClassName
{
background-color: #F91A78;
}
</style>
border-color css
<style>
span { border-color: #F91A78; }
span { border-color: rgb(249,26,120); }
td.TdClassName
{
border-color: #F91A78;
}
.TagClassName
{
border-color: #F91A78;
}
</style>