Shades of Deep Pink #F71199
Tints of Deep Pink #F71199
RGB
CMYK
RGB Variations
Color information
#F71199 (or 0xF71199) is known color: Deep Pink. HEX triplet: F7, 11 and 99. RGB value is (247,17,153). Sum of RGB (Red+Green+Blue) = 247+17+153=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F71199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71199 is #08EE66. Grayscale: #646464. Windows color (decimal): -585319 or 10031607. OLE color: 10031607.
HSL color Cylindrical-coordinate representation of color #F71199: hue angle of 324.52º 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 #F71199 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 153 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.03 |
| HSL | 324.52º | 0.93% | 0.52% | - |
| HSV(B) | 324.52º | 0.93% | 0.97% | - |
| XYZ | 44.31 | 22.47 | 32.14 | - |
| YUV | 101.27 | 157.2 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 153 | 0 | 0.93 | 0.38 | 0.03 | 324.52 | 0.93 | 0.52 |
| Hex | F7 | 11 | 99 | 0 | 5D | 26 | 3 | 145 | 5D | 34 |
| Octal | 367 | 21 | 231 | 0 | 135 | 46 | 3 | 505 | 135 | 64 |
| Binary | 11110111 | 10001 | 10011001 | 0 | 1011101 | 100110 | 11 | 101000101 | 1011101 | 110100 |
Color Harmonies of #F71199
Complementary color
Monochromatic Colors of #F71199
Black with #F71199
Text Example
Text Example
White with #F71199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71199; }
p { color: rgb(247,17,153); }
H1.HeaderClassName
{
color: #F71199;
}
.AnyTagClassName
{
color: #F71199;
}
</style>
background-color css
<style>
a { background-color: #F71199; }
a { background-color: rgb(247,17,153); }
div.DivClassName
{
background-color: #F71199;
}
.BgClassName
{
background-color: #F71199;
}
</style>
border-color css
<style>
span { border-color: #F71199; }
span { border-color: rgb(247,17,153); }
td.TdClassName
{
border-color: #F71199;
}
.TagClassName
{
border-color: #F71199;
}
</style>