Shades of Deep Pink #F91878
Tints of Deep Pink #F91878
RGB
CMYK
RGB Variations
Color information
#F91878 (or 0xF91878) is known color: Deep Pink. HEX triplet: F9, 18 and 78. RGB value is (249,24,120). Sum of RGB (Red+Green+Blue) = 249+24+120=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F91878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91878 is #06E787. Grayscale: #666666. Windows color (decimal): -452488 or 7870713. OLE color: 7870713.
HSL color Cylindrical-coordinate representation of color #F91878: hue angle of 334.4º 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 #F91878 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 120 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.02 |
| HSL | 334.4º | 0.95% | 0.54% | - |
| HSV(B) | 334.4º | 0.9% | 0.98% | - |
| XYZ | 42.78 | 22.15 | 19.79 | - |
| YUV | 102.22 | 138.04 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 120 | 0 | 0.90 | 0.52 | 0.02 | 334.4 | 0.95 | 0.54 |
| Hex | F9 | 18 | 78 | 0 | 5A | 34 | 2 | 14E | 5F | 36 |
| Octal | 371 | 30 | 170 | 0 | 132 | 64 | 2 | 516 | 137 | 66 |
| Binary | 11111001 | 11000 | 1111000 | 0 | 1011010 | 110100 | 10 | 101001110 | 1011111 | 110110 |
Color Harmonies of #F91878
Complementary color
Monochromatic Colors of #F91878
Black with #F91878
Text Example
Text Example
White with #F91878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91878; }
p { color: rgb(249,24,120); }
H1.HeaderClassName
{
color: #F91878;
}
.AnyTagClassName
{
color: #F91878;
}
</style>
background-color css
<style>
a { background-color: #F91878; }
a { background-color: rgb(249,24,120); }
div.DivClassName
{
background-color: #F91878;
}
.BgClassName
{
background-color: #F91878;
}
</style>
border-color css
<style>
span { border-color: #F91878; }
span { border-color: rgb(249,24,120); }
td.TdClassName
{
border-color: #F91878;
}
.TagClassName
{
border-color: #F91878;
}
</style>