Shades of Deep Pink #F72489
Tints of Deep Pink #F72489
RGB
CMYK
RGB Variations
Color information
#F72489 (or 0xF72489) is known color: Deep Pink. HEX triplet: F7, 24 and 89. RGB value is (247,36,137). Sum of RGB (Red+Green+Blue) = 247+36+137=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F72489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72489 is #08DB76. Grayscale: #6E6E6E. Windows color (decimal): -580471 or 8987895. OLE color: 8987895.
HSL color Cylindrical-coordinate representation of color #F72489: hue angle of 331.28º 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 #F72489 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 137 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.03 |
| HSL | 331.28º | 0.93% | 0.55% | - |
| HSV(B) | 331.28º | 0.85% | 0.97% | - |
| XYZ | 43.5 | 22.84 | 25.78 | - |
| YUV | 110.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 137 | 0 | 0.85 | 0.45 | 0.03 | 331.28 | 0.93 | 0.55 |
| Hex | F7 | 24 | 89 | 0 | 55 | 2D | 3 | 14B | 5D | 37 |
| Octal | 367 | 44 | 211 | 0 | 125 | 55 | 3 | 513 | 135 | 67 |
| Binary | 11110111 | 100100 | 10001001 | 0 | 1010101 | 101101 | 11 | 101001011 | 1011101 | 110111 |
Color Harmonies of #F72489
Complementary color
Monochromatic Colors of #F72489
Black with #F72489
Text Example
Text Example
White with #F72489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72489; }
p { color: rgb(247,36,137); }
H1.HeaderClassName
{
color: #F72489;
}
.AnyTagClassName
{
color: #F72489;
}
</style>
background-color css
<style>
a { background-color: #F72489; }
a { background-color: rgb(247,36,137); }
div.DivClassName
{
background-color: #F72489;
}
.BgClassName
{
background-color: #F72489;
}
</style>
border-color css
<style>
span { border-color: #F72489; }
span { border-color: rgb(247,36,137); }
td.TdClassName
{
border-color: #F72489;
}
.TagClassName
{
border-color: #F72489;
}
</style>