Shades of Deep Pink #F71082
Tints of Deep Pink #F71082
RGB
CMYK
RGB Variations
Color information
#F71082 (or 0xF71082) is known color: Deep Pink. HEX triplet: F7, 10 and 82. RGB value is (247,16,130). Sum of RGB (Red+Green+Blue) = 247+16+130=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F71082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71082 is #08EF7D. Grayscale: #616161. Windows color (decimal): -585598 or 8524023. OLE color: 8524023.
HSL color Cylindrical-coordinate representation of color #F71082: hue angle of 330.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71082 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 130 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.03 |
| HSL | 330.39º | 0.94% | 0.52% | - |
| HSV(B) | 330.39º | 0.94% | 0.97% | - |
| XYZ | 42.57 | 21.76 | 23.07 | - |
| YUV | 98.07 | 146.03 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 130 | 0 | 0.94 | 0.47 | 0.03 | 330.39 | 0.94 | 0.52 |
| Hex | F7 | 10 | 82 | 0 | 5E | 2F | 3 | 14A | 5E | 34 |
| Octal | 367 | 20 | 202 | 0 | 136 | 57 | 3 | 512 | 136 | 64 |
| Binary | 11110111 | 10000 | 10000010 | 0 | 1011110 | 101111 | 11 | 101001010 | 1011110 | 110100 |
Color Harmonies of #F71082
Complementary color
Monochromatic Colors of #F71082
Black with #F71082
Text Example
Text Example
White with #F71082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71082; }
p { color: rgb(247,16,130); }
H1.HeaderClassName
{
color: #F71082;
}
.AnyTagClassName
{
color: #F71082;
}
</style>
background-color css
<style>
a { background-color: #F71082; }
a { background-color: rgb(247,16,130); }
div.DivClassName
{
background-color: #F71082;
}
.BgClassName
{
background-color: #F71082;
}
</style>
border-color css
<style>
span { border-color: #F71082; }
span { border-color: rgb(247,16,130); }
td.TdClassName
{
border-color: #F71082;
}
.TagClassName
{
border-color: #F71082;
}
</style>