Shades of Deep Pink #F91877
Tints of Deep Pink #F91877
RGB
CMYK
RGB Variations
Color information
#F91877 (or 0xF91877) is known color: Deep Pink. HEX triplet: F9, 18 and 77. RGB value is (249,24,119). Sum of RGB (Red+Green+Blue) = 249+24+119=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F91877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91877 is #06E788. Grayscale: #656565. Windows color (decimal): -452489 or 7805177. OLE color: 7805177.
HSL color Cylindrical-coordinate representation of color #F91877: hue angle of 334.67º 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 #F91877 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 119 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.02 |
| HSL | 334.67º | 0.95% | 0.54% | - |
| HSV(B) | 334.67º | 0.9% | 0.98% | - |
| XYZ | 42.72 | 22.12 | 19.47 | - |
| YUV | 102.11 | 137.54 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 119 | 0 | 0.90 | 0.52 | 0.02 | 334.67 | 0.95 | 0.54 |
| Hex | F9 | 18 | 77 | 0 | 5A | 34 | 2 | 14F | 5F | 36 |
| Octal | 371 | 30 | 167 | 0 | 132 | 64 | 2 | 517 | 137 | 66 |
| Binary | 11111001 | 11000 | 1110111 | 0 | 1011010 | 110100 | 10 | 101001111 | 1011111 | 110110 |
Color Harmonies of #F91877
Complementary color
Monochromatic Colors of #F91877
Black with #F91877
Text Example
Text Example
White with #F91877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91877; }
p { color: rgb(249,24,119); }
H1.HeaderClassName
{
color: #F91877;
}
.AnyTagClassName
{
color: #F91877;
}
</style>
background-color css
<style>
a { background-color: #F91877; }
a { background-color: rgb(249,24,119); }
div.DivClassName
{
background-color: #F91877;
}
.BgClassName
{
background-color: #F91877;
}
</style>
border-color css
<style>
span { border-color: #F91877; }
span { border-color: rgb(249,24,119); }
td.TdClassName
{
border-color: #F91877;
}
.TagClassName
{
border-color: #F91877;
}
</style>