Shades of Deep Pink #F71A8E
Tints of Deep Pink #F71A8E
RGB
CMYK
RGB Variations
Color information
#F71A8E (or 0xF71A8E) is known color: Deep Pink. HEX triplet: F7, 1A and 8E. RGB value is (247,26,142). Sum of RGB (Red+Green+Blue) = 247+26+142=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71A8E is #08E571. Grayscale: #696969. Windows color (decimal): -583026 or 9313015. OLE color: 9313015.
HSL color Cylindrical-coordinate representation of color #F71A8E: hue angle of 328.51º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71A8E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 142 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.03 |
| HSL | 328.51º | 0.93% | 0.54% | - |
| HSV(B) | 328.51º | 0.89% | 0.97% | - |
| XYZ | 43.61 | 22.47 | 27.63 | - |
| YUV | 105.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 142 | 0 | 0.89 | 0.43 | 0.03 | 328.51 | 0.93 | 0.54 |
| Hex | F7 | 1A | 8E | 0 | 59 | 2B | 3 | 149 | 5D | 36 |
| Octal | 367 | 32 | 216 | 0 | 131 | 53 | 3 | 511 | 135 | 66 |
| Binary | 11110111 | 11010 | 10001110 | 0 | 1011001 | 101011 | 11 | 101001001 | 1011101 | 110110 |
Color Harmonies of #F71A8E
Complementary color
Monochromatic Colors of #F71A8E
Black with #F71A8E
Text Example
Text Example
White with #F71A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A8E; }
p { color: rgb(247,26,142); }
H1.HeaderClassName
{
color: #F71A8E;
}
.AnyTagClassName
{
color: #F71A8E;
}
</style>
background-color css
<style>
a { background-color: #F71A8E; }
a { background-color: rgb(247,26,142); }
div.DivClassName
{
background-color: #F71A8E;
}
.BgClassName
{
background-color: #F71A8E;
}
</style>
border-color css
<style>
span { border-color: #F71A8E; }
span { border-color: rgb(247,26,142); }
td.TdClassName
{
border-color: #F71A8E;
}
.TagClassName
{
border-color: #F71A8E;
}
</style>