Shades of Deep Pink #F71E7C
Tints of Deep Pink #F71E7C
RGB
CMYK
RGB Variations
Color information
#F71E7C (or 0xF71E7C) is known color: Deep Pink. HEX triplet: F7, 1E and 7C. RGB value is (247,30,124). Sum of RGB (Red+Green+Blue) = 247+30+124=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E7C is #08E183. Grayscale: #696969. Windows color (decimal): -582020 or 8134391. OLE color: 8134391.
HSL color Cylindrical-coordinate representation of color #F71E7C: hue angle of 334.01º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E7C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 124 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.03 |
| HSL | 334.01º | 0.93% | 0.54% | - |
| HSV(B) | 334.01º | 0.88% | 0.97% | - |
| XYZ | 42.46 | 22.16 | 21.11 | - |
| YUV | 105.6 | 138.39 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 124 | 0 | 0.88 | 0.50 | 0.03 | 334.01 | 0.93 | 0.54 |
| Hex | F7 | 1E | 7C | 0 | 58 | 32 | 3 | 14E | 5D | 36 |
| Octal | 367 | 36 | 174 | 0 | 130 | 62 | 3 | 516 | 135 | 66 |
| Binary | 11110111 | 11110 | 1111100 | 0 | 1011000 | 110010 | 11 | 101001110 | 1011101 | 110110 |
Color Harmonies of #F71E7C
Complementary color
Monochromatic Colors of #F71E7C
Black with #F71E7C
Text Example
Text Example
White with #F71E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E7C; }
p { color: rgb(247,30,124); }
H1.HeaderClassName
{
color: #F71E7C;
}
.AnyTagClassName
{
color: #F71E7C;
}
</style>
background-color css
<style>
a { background-color: #F71E7C; }
a { background-color: rgb(247,30,124); }
div.DivClassName
{
background-color: #F71E7C;
}
.BgClassName
{
background-color: #F71E7C;
}
</style>
border-color css
<style>
span { border-color: #F71E7C; }
span { border-color: rgb(247,30,124); }
td.TdClassName
{
border-color: #F71E7C;
}
.TagClassName
{
border-color: #F71E7C;
}
</style>