Shades of Deep Pink #F71980
Tints of Deep Pink #F71980
RGB
CMYK
RGB Variations
Color information
#F71980 (or 0xF71980) is known color: Deep Pink. HEX triplet: F7, 19 and 80. RGB value is (247,25,128). Sum of RGB (Red+Green+Blue) = 247+25+128=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F71980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71980 is #08E67F. Grayscale: #666666. Windows color (decimal): -583296 or 8395255. OLE color: 8395255.
HSL color Cylindrical-coordinate representation of color #F71980: hue angle of 332.16º 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 #F71980 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 128 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.03 |
| HSL | 332.16º | 0.93% | 0.53% | - |
| HSV(B) | 332.16º | 0.9% | 0.97% | - |
| XYZ | 42.6 | 22.03 | 22.43 | - |
| YUV | 103.12 | 142.05 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 128 | 0 | 0.90 | 0.48 | 0.03 | 332.16 | 0.93 | 0.53 |
| Hex | F7 | 19 | 80 | 0 | 5A | 30 | 3 | 14C | 5D | 35 |
| Octal | 367 | 31 | 200 | 0 | 132 | 60 | 3 | 514 | 135 | 65 |
| Binary | 11110111 | 11001 | 10000000 | 0 | 1011010 | 110000 | 11 | 101001100 | 1011101 | 110101 |
Color Harmonies of #F71980
Complementary color
Monochromatic Colors of #F71980
Black with #F71980
Text Example
Text Example
White with #F71980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71980; }
p { color: rgb(247,25,128); }
H1.HeaderClassName
{
color: #F71980;
}
.AnyTagClassName
{
color: #F71980;
}
</style>
background-color css
<style>
a { background-color: #F71980; }
a { background-color: rgb(247,25,128); }
div.DivClassName
{
background-color: #F71980;
}
.BgClassName
{
background-color: #F71980;
}
</style>
border-color css
<style>
span { border-color: #F71980; }
span { border-color: rgb(247,25,128); }
td.TdClassName
{
border-color: #F71980;
}
.TagClassName
{
border-color: #F71980;
}
</style>