Shades of Deep Pink #F72482
Tints of Deep Pink #F72482
RGB
CMYK
RGB Variations
Color information
#F72482 (or 0xF72482) is known color: Deep Pink. HEX triplet: F7, 24 and 82. RGB value is (247,36,130). Sum of RGB (Red+Green+Blue) = 247+36+130=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F72482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72482 is #08DB7D. Grayscale: #6D6D6D. Windows color (decimal): -580478 or 8529143. OLE color: 8529143.
HSL color Cylindrical-coordinate representation of color #F72482: hue angle of 333.27º 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 #F72482 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 130 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.03 |
| HSL | 333.27º | 0.93% | 0.55% | - |
| HSV(B) | 333.27º | 0.85% | 0.97% | - |
| XYZ | 43.02 | 22.65 | 23.22 | - |
| YUV | 109.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 130 | 0 | 0.85 | 0.47 | 0.03 | 333.27 | 0.93 | 0.55 |
| Hex | F7 | 24 | 82 | 0 | 55 | 2F | 3 | 14D | 5D | 37 |
| Octal | 367 | 44 | 202 | 0 | 125 | 57 | 3 | 515 | 135 | 67 |
| Binary | 11110111 | 100100 | 10000010 | 0 | 1010101 | 101111 | 11 | 101001101 | 1011101 | 110111 |
Color Harmonies of #F72482
Complementary color
Monochromatic Colors of #F72482
Black with #F72482
Text Example
Text Example
White with #F72482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72482; }
p { color: rgb(247,36,130); }
H1.HeaderClassName
{
color: #F72482;
}
.AnyTagClassName
{
color: #F72482;
}
</style>
background-color css
<style>
a { background-color: #F72482; }
a { background-color: rgb(247,36,130); }
div.DivClassName
{
background-color: #F72482;
}
.BgClassName
{
background-color: #F72482;
}
</style>
border-color css
<style>
span { border-color: #F72482; }
span { border-color: rgb(247,36,130); }
td.TdClassName
{
border-color: #F72482;
}
.TagClassName
{
border-color: #F72482;
}
</style>