Shades of Deep Pink #F71976
Tints of Deep Pink #F71976
RGB
CMYK
RGB Variations
Color information
#F71976 (or 0xF71976) is known color: Deep Pink. HEX triplet: F7, 19 and 76. RGB value is (247,25,118). Sum of RGB (Red+Green+Blue) = 247+25+118=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F71976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71976 is #08E689. Grayscale: #656565. Windows color (decimal): -583306 or 7739895. OLE color: 7739895.
HSL color Cylindrical-coordinate representation of color #F71976: hue angle of 334.86º 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 #F71976 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.03 |
| HSL | 334.86º | 0.93% | 0.53% | - |
| HSV(B) | 334.86º | 0.9% | 0.97% | - |
| XYZ | 41.98 | 21.78 | 19.13 | - |
| YUV | 101.98 | 137.05 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 118 | 0 | 0.90 | 0.52 | 0.03 | 334.86 | 0.93 | 0.53 |
| Hex | F7 | 19 | 76 | 0 | 5A | 34 | 3 | 14F | 5D | 35 |
| Octal | 367 | 31 | 166 | 0 | 132 | 64 | 3 | 517 | 135 | 65 |
| Binary | 11110111 | 11001 | 1110110 | 0 | 1011010 | 110100 | 11 | 101001111 | 1011101 | 110101 |
Color Harmonies of #F71976
Complementary color
Monochromatic Colors of #F71976
Black with #F71976
Text Example
Text Example
White with #F71976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71976; }
p { color: rgb(247,25,118); }
H1.HeaderClassName
{
color: #F71976;
}
.AnyTagClassName
{
color: #F71976;
}
</style>
background-color css
<style>
a { background-color: #F71976; }
a { background-color: rgb(247,25,118); }
div.DivClassName
{
background-color: #F71976;
}
.BgClassName
{
background-color: #F71976;
}
</style>
border-color css
<style>
span { border-color: #F71976; }
span { border-color: rgb(247,25,118); }
td.TdClassName
{
border-color: #F71976;
}
.TagClassName
{
border-color: #F71976;
}
</style>