Shades of Deep Pink #F71E7A
Tints of Deep Pink #F71E7A
RGB
CMYK
RGB Variations
Color information
#F71E7A (or 0xF71E7A) is known color: Deep Pink. HEX triplet: F7, 1E and 7A. RGB value is (247,30,122). Sum of RGB (Red+Green+Blue) = 247+30+122=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E7A is #08E185. Grayscale: #696969. Windows color (decimal): -582022 or 8003319. OLE color: 8003319.
HSL color Cylindrical-coordinate representation of color #F71E7A: hue angle of 334.56º 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 #F71E7A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 122 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.03 |
| HSL | 334.56º | 0.93% | 0.54% | - |
| HSV(B) | 334.56º | 0.88% | 0.97% | - |
| XYZ | 42.33 | 22.11 | 20.45 | - |
| YUV | 105.37 | 137.39 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 122 | 0 | 0.88 | 0.51 | 0.03 | 334.56 | 0.93 | 0.54 |
| Hex | F7 | 1E | 7A | 0 | 58 | 33 | 3 | 14F | 5D | 36 |
| Octal | 367 | 36 | 172 | 0 | 130 | 63 | 3 | 517 | 135 | 66 |
| Binary | 11110111 | 11110 | 1111010 | 0 | 1011000 | 110011 | 11 | 101001111 | 1011101 | 110110 |
Color Harmonies of #F71E7A
Complementary color
Monochromatic Colors of #F71E7A
Black with #F71E7A
Text Example
Text Example
White with #F71E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E7A; }
p { color: rgb(247,30,122); }
H1.HeaderClassName
{
color: #F71E7A;
}
.AnyTagClassName
{
color: #F71E7A;
}
</style>
background-color css
<style>
a { background-color: #F71E7A; }
a { background-color: rgb(247,30,122); }
div.DivClassName
{
background-color: #F71E7A;
}
.BgClassName
{
background-color: #F71E7A;
}
</style>
border-color css
<style>
span { border-color: #F71E7A; }
span { border-color: rgb(247,30,122); }
td.TdClassName
{
border-color: #F71E7A;
}
.TagClassName
{
border-color: #F71E7A;
}
</style>