Shades of Deep Pink #F42082
Tints of Deep Pink #F42082
RGB
CMYK
RGB Variations
Color information
#F42082 (or 0xF42082) is known color: Deep Pink. HEX triplet: F4, 20 and 82. RGB value is (244,32,130). Sum of RGB (Red+Green+Blue) = 244+32+130=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F42082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42082 is #0BDF7D. Grayscale: #6A6A6A. Windows color (decimal): -778110 or 8528116. OLE color: 8528116.
HSL color Cylindrical-coordinate representation of color #F42082: hue angle of 332.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42082 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 130 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.04 |
| HSL | 332.26º | 0.91% | 0.54% | - |
| HSV(B) | 332.26º | 0.87% | 0.96% | - |
| XYZ | 41.85 | 21.88 | 23.14 | - |
| YUV | 106.56 | 141.24 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 130 | 0 | 0.87 | 0.47 | 0.04 | 332.26 | 0.91 | 0.54 |
| Hex | F4 | 20 | 82 | 0 | 57 | 2F | 4 | 14C | 5B | 36 |
| Octal | 364 | 40 | 202 | 0 | 127 | 57 | 4 | 514 | 133 | 66 |
| Binary | 11110100 | 100000 | 10000010 | 0 | 1010111 | 101111 | 100 | 101001100 | 1011011 | 110110 |
Color Harmonies of #F42082
Complementary color
Monochromatic Colors of #F42082
Black with #F42082
Text Example
Text Example
White with #F42082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42082; }
p { color: rgb(244,32,130); }
H1.HeaderClassName
{
color: #F42082;
}
.AnyTagClassName
{
color: #F42082;
}
</style>
background-color css
<style>
a { background-color: #F42082; }
a { background-color: rgb(244,32,130); }
div.DivClassName
{
background-color: #F42082;
}
.BgClassName
{
background-color: #F42082;
}
</style>
border-color css
<style>
span { border-color: #F42082; }
span { border-color: rgb(244,32,130); }
td.TdClassName
{
border-color: #F42082;
}
.TagClassName
{
border-color: #F42082;
}
</style>