Shades of Deep Pink #F71978
Tints of Deep Pink #F71978
RGB
CMYK
RGB Variations
Color information
#F71978 (or 0xF71978) is known color: Deep Pink. HEX triplet: F7, 19 and 78. RGB value is (247,25,120). Sum of RGB (Red+Green+Blue) = 247+25+120=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F71978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71978 is #08E687. Grayscale: #666666. Windows color (decimal): -583304 or 7870967. OLE color: 7870967.
HSL color Cylindrical-coordinate representation of color #F71978: hue angle of 334.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71978 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 120 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.03 |
| HSL | 334.32º | 0.93% | 0.53% | - |
| HSV(B) | 334.32º | 0.9% | 0.97% | - |
| XYZ | 42.1 | 21.83 | 19.76 | - |
| YUV | 102.21 | 138.05 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 120 | 0 | 0.90 | 0.51 | 0.03 | 334.32 | 0.93 | 0.53 |
| Hex | F7 | 19 | 78 | 0 | 5A | 33 | 3 | 14E | 5D | 35 |
| Octal | 367 | 31 | 170 | 0 | 132 | 63 | 3 | 516 | 135 | 65 |
| Binary | 11110111 | 11001 | 1111000 | 0 | 1011010 | 110011 | 11 | 101001110 | 1011101 | 110101 |
Color Harmonies of #F71978
Complementary color
Monochromatic Colors of #F71978
Black with #F71978
Text Example
Text Example
White with #F71978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71978; }
p { color: rgb(247,25,120); }
H1.HeaderClassName
{
color: #F71978;
}
.AnyTagClassName
{
color: #F71978;
}
</style>
background-color css
<style>
a { background-color: #F71978; }
a { background-color: rgb(247,25,120); }
div.DivClassName
{
background-color: #F71978;
}
.BgClassName
{
background-color: #F71978;
}
</style>
border-color css
<style>
span { border-color: #F71978; }
span { border-color: rgb(247,25,120); }
td.TdClassName
{
border-color: #F71978;
}
.TagClassName
{
border-color: #F71978;
}
</style>