Shades of Deep Pink #F71182
Tints of Deep Pink #F71182
RGB
CMYK
RGB Variations
Color information
#F71182 (or 0xF71182) is known color: Deep Pink. HEX triplet: F7, 11 and 82. RGB value is (247,17,130). Sum of RGB (Red+Green+Blue) = 247+17+130=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F71182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71182 is #08EE7D. Grayscale: #626262. Windows color (decimal): -585342 or 8524279. OLE color: 8524279.
HSL color Cylindrical-coordinate representation of color #F71182: hue angle of 330.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71182 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.03 |
| HSL | 330.52º | 0.93% | 0.52% | - |
| HSV(B) | 330.52º | 0.93% | 0.97% | - |
| XYZ | 42.59 | 21.79 | 23.08 | - |
| YUV | 98.65 | 145.7 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 130 | 0 | 0.93 | 0.47 | 0.03 | 330.52 | 0.93 | 0.52 |
| Hex | F7 | 11 | 82 | 0 | 5D | 2F | 3 | 14B | 5D | 34 |
| Octal | 367 | 21 | 202 | 0 | 135 | 57 | 3 | 513 | 135 | 64 |
| Binary | 11110111 | 10001 | 10000010 | 0 | 1011101 | 101111 | 11 | 101001011 | 1011101 | 110100 |
Color Harmonies of #F71182
Complementary color
Monochromatic Colors of #F71182
Black with #F71182
Text Example
Text Example
White with #F71182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71182; }
p { color: rgb(247,17,130); }
H1.HeaderClassName
{
color: #F71182;
}
.AnyTagClassName
{
color: #F71182;
}
</style>
background-color css
<style>
a { background-color: #F71182; }
a { background-color: rgb(247,17,130); }
div.DivClassName
{
background-color: #F71182;
}
.BgClassName
{
background-color: #F71182;
}
</style>
border-color css
<style>
span { border-color: #F71182; }
span { border-color: rgb(247,17,130); }
td.TdClassName
{
border-color: #F71182;
}
.TagClassName
{
border-color: #F71182;
}
</style>