Shades of Deep Pink #F72488
Tints of Deep Pink #F72488
RGB
CMYK
RGB Variations
Color information
#F72488 (or 0xF72488) is known color: Deep Pink. HEX triplet: F7, 24 and 88. RGB value is (247,36,136). Sum of RGB (Red+Green+Blue) = 247+36+136=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F72488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72488 is #08DB77. Grayscale: #6E6E6E. Windows color (decimal): -580472 or 8922359. OLE color: 8922359.
HSL color Cylindrical-coordinate representation of color #F72488: hue angle of 331.56º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72488 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 136 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.03 |
| HSL | 331.56º | 0.93% | 0.55% | - |
| HSV(B) | 331.56º | 0.85% | 0.97% | - |
| XYZ | 43.43 | 22.81 | 25.41 | - |
| YUV | 110.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 136 | 0 | 0.85 | 0.45 | 0.03 | 331.56 | 0.93 | 0.55 |
| Hex | F7 | 24 | 88 | 0 | 55 | 2D | 3 | 14C | 5D | 37 |
| Octal | 367 | 44 | 210 | 0 | 125 | 55 | 3 | 514 | 135 | 67 |
| Binary | 11110111 | 100100 | 10001000 | 0 | 1010101 | 101101 | 11 | 101001100 | 1011101 | 110111 |
Color Harmonies of #F72488
Complementary color
Monochromatic Colors of #F72488
Black with #F72488
Text Example
Text Example
White with #F72488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72488; }
p { color: rgb(247,36,136); }
H1.HeaderClassName
{
color: #F72488;
}
.AnyTagClassName
{
color: #F72488;
}
</style>
background-color css
<style>
a { background-color: #F72488; }
a { background-color: rgb(247,36,136); }
div.DivClassName
{
background-color: #F72488;
}
.BgClassName
{
background-color: #F72488;
}
</style>
border-color css
<style>
span { border-color: #F72488; }
span { border-color: rgb(247,36,136); }
td.TdClassName
{
border-color: #F72488;
}
.TagClassName
{
border-color: #F72488;
}
</style>