Shades of Deep Pink #F71376
Tints of Deep Pink #F71376
RGB
CMYK
RGB Variations
Color information
#F71376 (or 0xF71376) is known color: Deep Pink. HEX triplet: F7, 13 and 76. RGB value is (247,19,118). Sum of RGB (Red+Green+Blue) = 247+19+118=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F71376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71376 is #08EC89. Grayscale: #626262. Windows color (decimal): -584842 or 7738359. OLE color: 7738359.
HSL color Cylindrical-coordinate representation of color #F71376: hue angle of 333.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71376 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 118 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.03 |
| HSL | 333.95º | 0.93% | 0.52% | - |
| HSV(B) | 333.95º | 0.92% | 0.97% | - |
| XYZ | 41.86 | 21.55 | 19.09 | - |
| YUV | 98.46 | 139.04 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 118 | 0 | 0.92 | 0.52 | 0.03 | 333.95 | 0.93 | 0.52 |
| Hex | F7 | 13 | 76 | 0 | 5C | 34 | 3 | 14E | 5D | 34 |
| Octal | 367 | 23 | 166 | 0 | 134 | 64 | 3 | 516 | 135 | 64 |
| Binary | 11110111 | 10011 | 1110110 | 0 | 1011100 | 110100 | 11 | 101001110 | 1011101 | 110100 |
Color Harmonies of #F71376
Complementary color
Monochromatic Colors of #F71376
Black with #F71376
Text Example
Text Example
White with #F71376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71376; }
p { color: rgb(247,19,118); }
H1.HeaderClassName
{
color: #F71376;
}
.AnyTagClassName
{
color: #F71376;
}
</style>
background-color css
<style>
a { background-color: #F71376; }
a { background-color: rgb(247,19,118); }
div.DivClassName
{
background-color: #F71376;
}
.BgClassName
{
background-color: #F71376;
}
</style>
border-color css
<style>
span { border-color: #F71376; }
span { border-color: rgb(247,19,118); }
td.TdClassName
{
border-color: #F71376;
}
.TagClassName
{
border-color: #F71376;
}
</style>