Shades of Deep Pink #F71097
Tints of Deep Pink #F71097
RGB
CMYK
RGB Variations
Color information
#F71097 (or 0xF71097) is known color: Deep Pink. HEX triplet: F7, 10 and 97. RGB value is (247,16,151). Sum of RGB (Red+Green+Blue) = 247+16+151=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F71097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71097 is #08EF68. Grayscale: #646464. Windows color (decimal): -585577 or 9900279. OLE color: 9900279.
HSL color Cylindrical-coordinate representation of color #F71097: hue angle of 324.94º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71097 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 151 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.03 |
| HSL | 324.94º | 0.94% | 0.52% | - |
| HSV(B) | 324.94º | 0.94% | 0.97% | - |
| XYZ | 44.13 | 22.38 | 31.27 | - |
| YUV | 100.46 | 156.53 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 151 | 0 | 0.94 | 0.39 | 0.03 | 324.94 | 0.94 | 0.52 |
| Hex | F7 | 10 | 97 | 0 | 5E | 27 | 3 | 145 | 5E | 34 |
| Octal | 367 | 20 | 227 | 0 | 136 | 47 | 3 | 505 | 136 | 64 |
| Binary | 11110111 | 10000 | 10010111 | 0 | 1011110 | 100111 | 11 | 101000101 | 1011110 | 110100 |
Color Harmonies of #F71097
Complementary color
Monochromatic Colors of #F71097
Black with #F71097
Text Example
Text Example
White with #F71097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71097; }
p { color: rgb(247,16,151); }
H1.HeaderClassName
{
color: #F71097;
}
.AnyTagClassName
{
color: #F71097;
}
</style>
background-color css
<style>
a { background-color: #F71097; }
a { background-color: rgb(247,16,151); }
div.DivClassName
{
background-color: #F71097;
}
.BgClassName
{
background-color: #F71097;
}
</style>
border-color css
<style>
span { border-color: #F71097; }
span { border-color: rgb(247,16,151); }
td.TdClassName
{
border-color: #F71097;
}
.TagClassName
{
border-color: #F71097;
}
</style>