Shades of Deep Pink #F72087
Tints of Deep Pink #F72087
RGB
CMYK
RGB Variations
Color information
#F72087 (or 0xF72087) is known color: Deep Pink. HEX triplet: F7, 20 and 87. RGB value is (247,32,135). Sum of RGB (Red+Green+Blue) = 247+32+135=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F72087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72087 is #08DF78. Grayscale: #6B6B6B. Windows color (decimal): -581497 or 8855799. OLE color: 8855799.
HSL color Cylindrical-coordinate representation of color #F72087: hue angle of 331.26º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72087 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 135 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.03 |
| HSL | 331.26º | 0.93% | 0.55% | - |
| HSV(B) | 331.26º | 0.87% | 0.97% | - |
| XYZ | 43.25 | 22.56 | 25 | - |
| YUV | 108.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 135 | 0 | 0.87 | 0.45 | 0.03 | 331.26 | 0.93 | 0.55 |
| Hex | F7 | 20 | 87 | 0 | 57 | 2D | 3 | 14B | 5D | 37 |
| Octal | 367 | 40 | 207 | 0 | 127 | 55 | 3 | 513 | 135 | 67 |
| Binary | 11110111 | 100000 | 10000111 | 0 | 1010111 | 101101 | 11 | 101001011 | 1011101 | 110111 |
Color Harmonies of #F72087
Complementary color
Monochromatic Colors of #F72087
Black with #F72087
Text Example
Text Example
White with #F72087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72087; }
p { color: rgb(247,32,135); }
H1.HeaderClassName
{
color: #F72087;
}
.AnyTagClassName
{
color: #F72087;
}
</style>
background-color css
<style>
a { background-color: #F72087; }
a { background-color: rgb(247,32,135); }
div.DivClassName
{
background-color: #F72087;
}
.BgClassName
{
background-color: #F72087;
}
</style>
border-color css
<style>
span { border-color: #F72087; }
span { border-color: rgb(247,32,135); }
td.TdClassName
{
border-color: #F72087;
}
.TagClassName
{
border-color: #F72087;
}
</style>