Shades of Deep Pink #F71389
Tints of Deep Pink #F71389
RGB
CMYK
RGB Variations
Color information
#F71389 (or 0xF71389) is known color: Deep Pink. HEX triplet: F7, 13 and 89. RGB value is (247,19,137). Sum of RGB (Red+Green+Blue) = 247+19+137=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F71389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71389 is #08EC76. Grayscale: #646464. Windows color (decimal): -584823 or 8983543. OLE color: 8983543.
HSL color Cylindrical-coordinate representation of color #F71389: hue angle of 328.95º 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 #F71389 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 137 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.03 |
| HSL | 328.95º | 0.93% | 0.52% | - |
| HSV(B) | 328.95º | 0.92% | 0.97% | - |
| XYZ | 43.11 | 22.05 | 25.65 | - |
| YUV | 100.62 | 148.54 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 137 | 0 | 0.92 | 0.45 | 0.03 | 328.95 | 0.93 | 0.52 |
| Hex | F7 | 13 | 89 | 0 | 5C | 2D | 3 | 149 | 5D | 34 |
| Octal | 367 | 23 | 211 | 0 | 134 | 55 | 3 | 511 | 135 | 64 |
| Binary | 11110111 | 10011 | 10001001 | 0 | 1011100 | 101101 | 11 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F71389
Complementary color
Monochromatic Colors of #F71389
Black with #F71389
Text Example
Text Example
White with #F71389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71389; }
p { color: rgb(247,19,137); }
H1.HeaderClassName
{
color: #F71389;
}
.AnyTagClassName
{
color: #F71389;
}
</style>
background-color css
<style>
a { background-color: #F71389; }
a { background-color: rgb(247,19,137); }
div.DivClassName
{
background-color: #F71389;
}
.BgClassName
{
background-color: #F71389;
}
</style>
border-color css
<style>
span { border-color: #F71389; }
span { border-color: rgb(247,19,137); }
td.TdClassName
{
border-color: #F71389;
}
.TagClassName
{
border-color: #F71389;
}
</style>