Shades of Deep Pink #F71482
Tints of Deep Pink #F71482
RGB
CMYK
RGB Variations
Color information
#F71482 (or 0xF71482) is known color: Deep Pink. HEX triplet: F7, 14 and 82. RGB value is (247,20,130). Sum of RGB (Red+Green+Blue) = 247+20+130=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F71482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71482 is #08EB7D. Grayscale: #646464. Windows color (decimal): -584574 or 8525047. OLE color: 8525047.
HSL color Cylindrical-coordinate representation of color #F71482: hue angle of 330.93º 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 #F71482 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.03 |
| HSL | 330.93º | 0.93% | 0.52% | - |
| HSV(B) | 330.93º | 0.92% | 0.97% | - |
| XYZ | 42.64 | 21.89 | 23.1 | - |
| YUV | 100.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 130 | 0 | 0.92 | 0.47 | 0.03 | 330.93 | 0.93 | 0.52 |
| Hex | F7 | 14 | 82 | 0 | 5C | 2F | 3 | 14B | 5D | 34 |
| Octal | 367 | 24 | 202 | 0 | 134 | 57 | 3 | 513 | 135 | 64 |
| Binary | 11110111 | 10100 | 10000010 | 0 | 1011100 | 101111 | 11 | 101001011 | 1011101 | 110100 |
Color Harmonies of #F71482
Complementary color
Monochromatic Colors of #F71482
Black with #F71482
Text Example
Text Example
White with #F71482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71482; }
p { color: rgb(247,20,130); }
H1.HeaderClassName
{
color: #F71482;
}
.AnyTagClassName
{
color: #F71482;
}
</style>
background-color css
<style>
a { background-color: #F71482; }
a { background-color: rgb(247,20,130); }
div.DivClassName
{
background-color: #F71482;
}
.BgClassName
{
background-color: #F71482;
}
</style>
border-color css
<style>
span { border-color: #F71482; }
span { border-color: rgb(247,20,130); }
td.TdClassName
{
border-color: #F71482;
}
.TagClassName
{
border-color: #F71482;
}
</style>