Shades of Deep Pink #F71896
Tints of Deep Pink #F71896
RGB
CMYK
RGB Variations
Color information
#F71896 (or 0xF71896) is known color: Deep Pink. HEX triplet: F7, 18 and 96. RGB value is (247,24,150). Sum of RGB (Red+Green+Blue) = 247+24+150=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F71896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71896 is #08E769. Grayscale: #686868. Windows color (decimal): -583530 or 9836791. OLE color: 9836791.
HSL color Cylindrical-coordinate representation of color #F71896: hue angle of 326.1º 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 #F71896 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 150 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.03 |
| HSL | 326.1º | 0.93% | 0.53% | - |
| HSV(B) | 326.1º | 0.9% | 0.97% | - |
| XYZ | 44.19 | 22.63 | 30.89 | - |
| YUV | 105.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 150 | 0 | 0.90 | 0.39 | 0.03 | 326.1 | 0.93 | 0.53 |
| Hex | F7 | 18 | 96 | 0 | 5A | 27 | 3 | 146 | 5D | 35 |
| Octal | 367 | 30 | 226 | 0 | 132 | 47 | 3 | 506 | 135 | 65 |
| Binary | 11110111 | 11000 | 10010110 | 0 | 1011010 | 100111 | 11 | 101000110 | 1011101 | 110101 |
Color Harmonies of #F71896
Complementary color
Monochromatic Colors of #F71896
Black with #F71896
Text Example
Text Example
White with #F71896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71896; }
p { color: rgb(247,24,150); }
H1.HeaderClassName
{
color: #F71896;
}
.AnyTagClassName
{
color: #F71896;
}
</style>
background-color css
<style>
a { background-color: #F71896; }
a { background-color: rgb(247,24,150); }
div.DivClassName
{
background-color: #F71896;
}
.BgClassName
{
background-color: #F71896;
}
</style>
border-color css
<style>
span { border-color: #F71896; }
span { border-color: rgb(247,24,150); }
td.TdClassName
{
border-color: #F71896;
}
.TagClassName
{
border-color: #F71896;
}
</style>