Shades of Deep Pink #F71B89
Tints of Deep Pink #F71B89
RGB
CMYK
RGB Variations
Color information
#F71B89 (or 0xF71B89) is known color: Deep Pink. HEX triplet: F7, 1B and 89. RGB value is (247,27,137). Sum of RGB (Red+Green+Blue) = 247+27+137=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71B89 is #08E476. Grayscale: #696969. Windows color (decimal): -582775 or 8985591. OLE color: 8985591.
HSL color Cylindrical-coordinate representation of color #F71B89: hue angle of 330º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71B89 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 137 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.03 |
| HSL | 330º | 0.93% | 0.54% | - |
| HSV(B) | 330º | 0.89% | 0.97% | - |
| XYZ | 43.27 | 22.36 | 25.7 | - |
| YUV | 105.32 | 145.89 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 137 | 0 | 0.89 | 0.45 | 0.03 | 330 | 0.93 | 0.54 |
| Hex | F7 | 1B | 89 | 0 | 59 | 2D | 3 | 14A | 5D | 36 |
| Octal | 367 | 33 | 211 | 0 | 131 | 55 | 3 | 512 | 135 | 66 |
| Binary | 11110111 | 11011 | 10001001 | 0 | 1011001 | 101101 | 11 | 101001010 | 1011101 | 110110 |
Color Harmonies of #F71B89
Complementary color
Monochromatic Colors of #F71B89
Black with #F71B89
Text Example
Text Example
White with #F71B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71B89; }
p { color: rgb(247,27,137); }
H1.HeaderClassName
{
color: #F71B89;
}
.AnyTagClassName
{
color: #F71B89;
}
</style>
background-color css
<style>
a { background-color: #F71B89; }
a { background-color: rgb(247,27,137); }
div.DivClassName
{
background-color: #F71B89;
}
.BgClassName
{
background-color: #F71B89;
}
</style>
border-color css
<style>
span { border-color: #F71B89; }
span { border-color: rgb(247,27,137); }
td.TdClassName
{
border-color: #F71B89;
}
.TagClassName
{
border-color: #F71B89;
}
</style>