Shades of Deep Pink #F71584
Tints of Deep Pink #F71584
RGB
CMYK
RGB Variations
Color information
#F71584 (or 0xF71584) is known color: Deep Pink. HEX triplet: F7, 15 and 84. RGB value is (247,21,132). Sum of RGB (Red+Green+Blue) = 247+21+132=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F71584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71584 is #08EA7B. Grayscale: #656565. Windows color (decimal): -584316 or 8656375. OLE color: 8656375.
HSL color Cylindrical-coordinate representation of color #F71584: hue angle of 330.53º 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 #F71584 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 132 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.03 |
| HSL | 330.53º | 0.93% | 0.53% | - |
| HSV(B) | 330.53º | 0.91% | 0.97% | - |
| XYZ | 42.79 | 21.98 | 23.82 | - |
| YUV | 101.23 | 145.37 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 132 | 0 | 0.91 | 0.47 | 0.03 | 330.53 | 0.93 | 0.53 |
| Hex | F7 | 15 | 84 | 0 | 5B | 2F | 3 | 14B | 5D | 35 |
| Octal | 367 | 25 | 204 | 0 | 133 | 57 | 3 | 513 | 135 | 65 |
| Binary | 11110111 | 10101 | 10000100 | 0 | 1011011 | 101111 | 11 | 101001011 | 1011101 | 110101 |
Color Harmonies of #F71584
Complementary color
Monochromatic Colors of #F71584
Black with #F71584
Text Example
Text Example
White with #F71584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71584; }
p { color: rgb(247,21,132); }
H1.HeaderClassName
{
color: #F71584;
}
.AnyTagClassName
{
color: #F71584;
}
</style>
background-color css
<style>
a { background-color: #F71584; }
a { background-color: rgb(247,21,132); }
div.DivClassName
{
background-color: #F71584;
}
.BgClassName
{
background-color: #F71584;
}
</style>
border-color css
<style>
span { border-color: #F71584; }
span { border-color: rgb(247,21,132); }
td.TdClassName
{
border-color: #F71584;
}
.TagClassName
{
border-color: #F71584;
}
</style>