Shades of Deep Pink #F71484
Tints of Deep Pink #F71484
RGB
CMYK
RGB Variations
Color information
#F71484 (or 0xF71484) is known color: Deep Pink. HEX triplet: F7, 14 and 84. RGB value is (247,20,132). Sum of RGB (Red+Green+Blue) = 247+20+132=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F71484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71484 is #08EB7B. Grayscale: #646464. Windows color (decimal): -584572 or 8656119. OLE color: 8656119.
HSL color Cylindrical-coordinate representation of color #F71484: hue angle of 330.4º 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 #F71484 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 132 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.03 |
| HSL | 330.4º | 0.93% | 0.52% | - |
| HSV(B) | 330.4º | 0.92% | 0.97% | - |
| XYZ | 42.77 | 21.94 | 23.81 | - |
| YUV | 100.64 | 145.71 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 132 | 0 | 0.92 | 0.47 | 0.03 | 330.4 | 0.93 | 0.52 |
| Hex | F7 | 14 | 84 | 0 | 5C | 2F | 3 | 14A | 5D | 34 |
| Octal | 367 | 24 | 204 | 0 | 134 | 57 | 3 | 512 | 135 | 64 |
| Binary | 11110111 | 10100 | 10000100 | 0 | 1011100 | 101111 | 11 | 101001010 | 1011101 | 110100 |
Color Harmonies of #F71484
Complementary color
Monochromatic Colors of #F71484
Black with #F71484
Text Example
Text Example
White with #F71484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71484; }
p { color: rgb(247,20,132); }
H1.HeaderClassName
{
color: #F71484;
}
.AnyTagClassName
{
color: #F71484;
}
</style>
background-color css
<style>
a { background-color: #F71484; }
a { background-color: rgb(247,20,132); }
div.DivClassName
{
background-color: #F71484;
}
.BgClassName
{
background-color: #F71484;
}
</style>
border-color css
<style>
span { border-color: #F71484; }
span { border-color: rgb(247,20,132); }
td.TdClassName
{
border-color: #F71484;
}
.TagClassName
{
border-color: #F71484;
}
</style>