Shades of Deep Pink #F91077
Tints of Deep Pink #F91077
RGB
CMYK
RGB Variations
Color information
#F91077 (or 0xF91077) is known color: Deep Pink. HEX triplet: F9, 10 and 77. RGB value is (249,16,119). Sum of RGB (Red+Green+Blue) = 249+16+119=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F91077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91077 is #06EF88. Grayscale: #616161. Windows color (decimal): -454537 or 7803129. OLE color: 7803129.
HSL color Cylindrical-coordinate representation of color #F91077: hue angle of 333.48º 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 #F91077 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 119 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.02 |
| HSL | 333.48º | 0.95% | 0.52% | - |
| HSV(B) | 333.48º | 0.94% | 0.98% | - |
| XYZ | 42.58 | 21.84 | 19.42 | - |
| YUV | 97.41 | 140.19 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 119 | 0 | 0.94 | 0.52 | 0.02 | 333.48 | 0.95 | 0.52 |
| Hex | F9 | 10 | 77 | 0 | 5E | 34 | 2 | 14D | 5F | 34 |
| Octal | 371 | 20 | 167 | 0 | 136 | 64 | 2 | 515 | 137 | 64 |
| Binary | 11111001 | 10000 | 1110111 | 0 | 1011110 | 110100 | 10 | 101001101 | 1011111 | 110100 |
Color Harmonies of #F91077
Complementary color
Monochromatic Colors of #F91077
Black with #F91077
Text Example
Text Example
White with #F91077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91077; }
p { color: rgb(249,16,119); }
H1.HeaderClassName
{
color: #F91077;
}
.AnyTagClassName
{
color: #F91077;
}
</style>
background-color css
<style>
a { background-color: #F91077; }
a { background-color: rgb(249,16,119); }
div.DivClassName
{
background-color: #F91077;
}
.BgClassName
{
background-color: #F91077;
}
</style>
border-color css
<style>
span { border-color: #F91077; }
span { border-color: rgb(249,16,119); }
td.TdClassName
{
border-color: #F91077;
}
.TagClassName
{
border-color: #F91077;
}
</style>