Shades of Deep Pink #F71789
Tints of Deep Pink #F71789
RGB
CMYK
RGB Variations
Color information
#F71789 (or 0xF71789) is known color: Deep Pink. HEX triplet: F7, 17 and 89. RGB value is (247,23,137). Sum of RGB (Red+Green+Blue) = 247+23+137=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F71789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71789 is #08E876. Grayscale: #666666. Windows color (decimal): -583799 or 8984567. OLE color: 8984567.
HSL color Cylindrical-coordinate representation of color #F71789: hue angle of 329.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71789 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 137 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.03 |
| HSL | 329.46º | 0.93% | 0.53% | - |
| HSV(B) | 329.46º | 0.91% | 0.97% | - |
| XYZ | 43.18 | 22.19 | 25.67 | - |
| YUV | 102.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 137 | 0 | 0.91 | 0.45 | 0.03 | 329.46 | 0.93 | 0.53 |
| Hex | F7 | 17 | 89 | 0 | 5B | 2D | 3 | 149 | 5D | 35 |
| Octal | 367 | 27 | 211 | 0 | 133 | 55 | 3 | 511 | 135 | 65 |
| Binary | 11110111 | 10111 | 10001001 | 0 | 1011011 | 101101 | 11 | 101001001 | 1011101 | 110101 |
Color Harmonies of #F71789
Complementary color
Monochromatic Colors of #F71789
Black with #F71789
Text Example
Text Example
White with #F71789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71789; }
p { color: rgb(247,23,137); }
H1.HeaderClassName
{
color: #F71789;
}
.AnyTagClassName
{
color: #F71789;
}
</style>
background-color css
<style>
a { background-color: #F71789; }
a { background-color: rgb(247,23,137); }
div.DivClassName
{
background-color: #F71789;
}
.BgClassName
{
background-color: #F71789;
}
</style>
border-color css
<style>
span { border-color: #F71789; }
span { border-color: rgb(247,23,137); }
td.TdClassName
{
border-color: #F71789;
}
.TagClassName
{
border-color: #F71789;
}
</style>