Shades of Deep Pink #F71289
Tints of Deep Pink #F71289
RGB
CMYK
RGB Variations
Color information
#F71289 (or 0xF71289) is known color: Deep Pink. HEX triplet: F7, 12 and 89. RGB value is (247,18,137). Sum of RGB (Red+Green+Blue) = 247+18+137=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F71289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71289 is #08ED76. Grayscale: #636363. Windows color (decimal): -585079 or 8983287. OLE color: 8983287.
HSL color Cylindrical-coordinate representation of color #F71289: hue angle of 328.82º 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 #F71289 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 137 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.03 |
| HSL | 328.82º | 0.93% | 0.52% | - |
| HSV(B) | 328.82º | 0.93% | 0.97% | - |
| XYZ | 43.09 | 22.01 | 25.64 | - |
| YUV | 100.04 | 148.87 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 137 | 0 | 0.93 | 0.45 | 0.03 | 328.82 | 0.93 | 0.52 |
| Hex | F7 | 12 | 89 | 0 | 5D | 2D | 3 | 149 | 5D | 34 |
| Octal | 367 | 22 | 211 | 0 | 135 | 55 | 3 | 511 | 135 | 64 |
| Binary | 11110111 | 10010 | 10001001 | 0 | 1011101 | 101101 | 11 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F71289
Complementary color
Monochromatic Colors of #F71289
Black with #F71289
Text Example
Text Example
White with #F71289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71289; }
p { color: rgb(247,18,137); }
H1.HeaderClassName
{
color: #F71289;
}
.AnyTagClassName
{
color: #F71289;
}
</style>
background-color css
<style>
a { background-color: #F71289; }
a { background-color: rgb(247,18,137); }
div.DivClassName
{
background-color: #F71289;
}
.BgClassName
{
background-color: #F71289;
}
</style>
border-color css
<style>
span { border-color: #F71289; }
span { border-color: rgb(247,18,137); }
td.TdClassName
{
border-color: #F71289;
}
.TagClassName
{
border-color: #F71289;
}
</style>