Shades of Deep Pink #F71296
Tints of Deep Pink #F71296
RGB
CMYK
RGB Variations
Color information
#F71296 (or 0xF71296) is known color: Deep Pink. HEX triplet: F7, 12 and 96. RGB value is (247,18,150). Sum of RGB (Red+Green+Blue) = 247+18+150=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F71296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71296 is #08ED69. Grayscale: #656565. Windows color (decimal): -585066 or 9835255. OLE color: 9835255.
HSL color Cylindrical-coordinate representation of color #F71296: hue angle of 325.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71296 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 150 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.03 |
| HSL | 325.41º | 0.93% | 0.52% | - |
| HSV(B) | 325.41º | 0.93% | 0.97% | - |
| XYZ | 44.08 | 22.41 | 30.86 | - |
| YUV | 101.52 | 155.37 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 150 | 0 | 0.93 | 0.39 | 0.03 | 325.41 | 0.93 | 0.52 |
| Hex | F7 | 12 | 96 | 0 | 5D | 27 | 3 | 145 | 5D | 34 |
| Octal | 367 | 22 | 226 | 0 | 135 | 47 | 3 | 505 | 135 | 64 |
| Binary | 11110111 | 10010 | 10010110 | 0 | 1011101 | 100111 | 11 | 101000101 | 1011101 | 110100 |
Color Harmonies of #F71296
Complementary color
Monochromatic Colors of #F71296
Black with #F71296
Text Example
Text Example
White with #F71296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71296; }
p { color: rgb(247,18,150); }
H1.HeaderClassName
{
color: #F71296;
}
.AnyTagClassName
{
color: #F71296;
}
</style>
background-color css
<style>
a { background-color: #F71296; }
a { background-color: rgb(247,18,150); }
div.DivClassName
{
background-color: #F71296;
}
.BgClassName
{
background-color: #F71296;
}
</style>
border-color css
<style>
span { border-color: #F71296; }
span { border-color: rgb(247,18,150); }
td.TdClassName
{
border-color: #F71296;
}
.TagClassName
{
border-color: #F71296;
}
</style>