Shades of Deep Pink #F91078
Tints of Deep Pink #F91078
RGB
CMYK
RGB Variations
Color information
#F91078 (or 0xF91078) is known color: Deep Pink. HEX triplet: F9, 10 and 78. RGB value is (249,16,120). Sum of RGB (Red+Green+Blue) = 249+16+120=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F91078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91078 is #06EF87. Grayscale: #616161. Windows color (decimal): -454536 or 7868665. OLE color: 7868665.
HSL color Cylindrical-coordinate representation of color #F91078: hue angle of 333.22º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91078 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 120 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.02 |
| HSL | 333.22º | 0.95% | 0.52% | - |
| HSV(B) | 333.22º | 0.94% | 0.98% | - |
| XYZ | 42.64 | 21.87 | 19.74 | - |
| YUV | 97.52 | 140.69 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 120 | 0 | 0.94 | 0.52 | 0.02 | 333.22 | 0.95 | 0.52 |
| Hex | F9 | 10 | 78 | 0 | 5E | 34 | 2 | 14D | 5F | 34 |
| Octal | 371 | 20 | 170 | 0 | 136 | 64 | 2 | 515 | 137 | 64 |
| Binary | 11111001 | 10000 | 1111000 | 0 | 1011110 | 110100 | 10 | 101001101 | 1011111 | 110100 |
Color Harmonies of #F91078
Complementary color
Monochromatic Colors of #F91078
Black with #F91078
Text Example
Text Example
White with #F91078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91078; }
p { color: rgb(249,16,120); }
H1.HeaderClassName
{
color: #F91078;
}
.AnyTagClassName
{
color: #F91078;
}
</style>
background-color css
<style>
a { background-color: #F91078; }
a { background-color: rgb(249,16,120); }
div.DivClassName
{
background-color: #F91078;
}
.BgClassName
{
background-color: #F91078;
}
</style>
border-color css
<style>
span { border-color: #F91078; }
span { border-color: rgb(249,16,120); }
td.TdClassName
{
border-color: #F91078;
}
.TagClassName
{
border-color: #F91078;
}
</style>