Shades of Deep Pink #F72478
Tints of Deep Pink #F72478
RGB
CMYK
RGB Variations
Color information
#F72478 (or 0xF72478) is known color: Deep Pink. HEX triplet: F7, 24 and 78. RGB value is (247,36,120). Sum of RGB (Red+Green+Blue) = 247+36+120=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F72478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72478 is #08DB87. Grayscale: #6C6C6C. Windows color (decimal): -580488 or 7873783. OLE color: 7873783.
HSL color Cylindrical-coordinate representation of color #F72478: hue angle of 336.11º 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 #F72478 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 120 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.03 |
| HSL | 336.11º | 0.93% | 0.55% | - |
| HSV(B) | 336.11º | 0.85% | 0.97% | - |
| XYZ | 42.38 | 22.39 | 19.86 | - |
| YUV | 108.67 | 134.4 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 120 | 0 | 0.85 | 0.51 | 0.03 | 336.11 | 0.93 | 0.55 |
| Hex | F7 | 24 | 78 | 0 | 55 | 33 | 3 | 150 | 5D | 37 |
| Octal | 367 | 44 | 170 | 0 | 125 | 63 | 3 | 520 | 135 | 67 |
| Binary | 11110111 | 100100 | 1111000 | 0 | 1010101 | 110011 | 11 | 101010000 | 1011101 | 110111 |
Color Harmonies of #F72478
Complementary color
Monochromatic Colors of #F72478
Black with #F72478
Text Example
Text Example
White with #F72478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72478; }
p { color: rgb(247,36,120); }
H1.HeaderClassName
{
color: #F72478;
}
.AnyTagClassName
{
color: #F72478;
}
</style>
background-color css
<style>
a { background-color: #F72478; }
a { background-color: rgb(247,36,120); }
div.DivClassName
{
background-color: #F72478;
}
.BgClassName
{
background-color: #F72478;
}
</style>
border-color css
<style>
span { border-color: #F72478; }
span { border-color: rgb(247,36,120); }
td.TdClassName
{
border-color: #F72478;
}
.TagClassName
{
border-color: #F72478;
}
</style>