Shades of Deep Pink #F71499
Tints of Deep Pink #F71499
RGB
CMYK
RGB Variations
Color information
#F71499 (or 0xF71499) is known color: Deep Pink. HEX triplet: F7, 14 and 99. RGB value is (247,20,153). Sum of RGB (Red+Green+Blue) = 247+20+153=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F71499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71499 is #08EB66. Grayscale: #666666. Windows color (decimal): -584551 or 10032375. OLE color: 10032375.
HSL color Cylindrical-coordinate representation of color #F71499: hue angle of 324.85º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71499 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 153 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.03 |
| HSL | 324.85º | 0.93% | 0.52% | - |
| HSV(B) | 324.85º | 0.92% | 0.97% | - |
| XYZ | 44.36 | 22.57 | 32.16 | - |
| YUV | 103.04 | 156.21 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 153 | 0 | 0.92 | 0.38 | 0.03 | 324.85 | 0.93 | 0.52 |
| Hex | F7 | 14 | 99 | 0 | 5C | 26 | 3 | 145 | 5D | 34 |
| Octal | 367 | 24 | 231 | 0 | 134 | 46 | 3 | 505 | 135 | 64 |
| Binary | 11110111 | 10100 | 10011001 | 0 | 1011100 | 100110 | 11 | 101000101 | 1011101 | 110100 |
Color Harmonies of #F71499
Complementary color
Monochromatic Colors of #F71499
Black with #F71499
Text Example
Text Example
White with #F71499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71499; }
p { color: rgb(247,20,153); }
H1.HeaderClassName
{
color: #F71499;
}
.AnyTagClassName
{
color: #F71499;
}
</style>
background-color css
<style>
a { background-color: #F71499; }
a { background-color: rgb(247,20,153); }
div.DivClassName
{
background-color: #F71499;
}
.BgClassName
{
background-color: #F71499;
}
</style>
border-color css
<style>
span { border-color: #F71499; }
span { border-color: rgb(247,20,153); }
td.TdClassName
{
border-color: #F71499;
}
.TagClassName
{
border-color: #F71499;
}
</style>