Shades of Deep Pink #F70082
Tints of Deep Pink #F70082
RGB
CMYK
RGB Variations
Color information
#F70082 (or 0xF70082) is known color: Deep Pink. HEX triplet: F7, 00 and 82. RGB value is (247,0,130). Sum of RGB (Red+Green+Blue) = 247+0+130=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F70082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70082 is #08FF7D. Grayscale: #585858. Windows color (decimal): -589694 or 8519927. OLE color: 8519927.
HSL color Cylindrical-coordinate representation of color #F70082: hue angle of 328.42º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70082 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.47 | 0.03 |
| HSL | 328.42º | 1% | 0.48% | - |
| HSV(B) | 328.42º | 1% | 0.97% | - |
| XYZ | 42.39 | 21.39 | 23.01 | - |
| YUV | 88.67 | 151.33 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 130 | 0 | 1 | 0.47 | 0.03 | 328.42 | 1 | 0.48 |
| Hex | F7 | 0 | 82 | 0 | 64 | 2F | 3 | 148 | 64 | 30 |
| Octal | 367 | 0 | 202 | 0 | 144 | 57 | 3 | 510 | 144 | 60 |
| Binary | 11110111 | 0 | 10000010 | 0 | 1100100 | 101111 | 11 | 101001000 | 1100100 | 110000 |
Color Harmonies of #F70082
Complementary color
Monochromatic Colors of #F70082
Black with #F70082
Text Example
Text Example
White with #F70082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70082; }
p { color: rgb(247,0,130); }
H1.HeaderClassName
{
color: #F70082;
}
.AnyTagClassName
{
color: #F70082;
}
</style>
background-color css
<style>
a { background-color: #F70082; }
a { background-color: rgb(247,0,130); }
div.DivClassName
{
background-color: #F70082;
}
.BgClassName
{
background-color: #F70082;
}
</style>
border-color css
<style>
span { border-color: #F70082; }
span { border-color: rgb(247,0,130); }
td.TdClassName
{
border-color: #F70082;
}
.TagClassName
{
border-color: #F70082;
}
</style>