Shades of Deep Pink #F40082
Tints of Deep Pink #F40082
RGB
CMYK
RGB Variations
Color information
#F40082 (or 0xF40082) is known color: Deep Pink. HEX triplet: F4, 00 and 82. RGB value is (244,0,130). Sum of RGB (Red+Green+Blue) = 244+0+130=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F40082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40082 is #0BFF7D. Grayscale: #575757. Windows color (decimal): -786302 or 8519924. OLE color: 8519924.
HSL color Cylindrical-coordinate representation of color #F40082: hue angle of 328.03º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40082 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.47 | 0.04 |
| HSL | 328.03º | 1% | 0.48% | - |
| HSV(B) | 328.03º | 1% | 0.96% | - |
| XYZ | 41.34 | 20.84 | 22.96 | - |
| YUV | 87.78 | 151.84 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 130 | 0 | 1 | 0.47 | 0.04 | 328.03 | 1 | 0.48 |
| Hex | F4 | 0 | 82 | 0 | 64 | 2F | 4 | 148 | 64 | 30 |
| Octal | 364 | 0 | 202 | 0 | 144 | 57 | 4 | 510 | 144 | 60 |
| Binary | 11110100 | 0 | 10000010 | 0 | 1100100 | 101111 | 100 | 101001000 | 1100100 | 110000 |
Color Harmonies of #F40082
Complementary color
Monochromatic Colors of #F40082
Black with #F40082
Text Example
Text Example
White with #F40082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40082; }
p { color: rgb(244,0,130); }
H1.HeaderClassName
{
color: #F40082;
}
.AnyTagClassName
{
color: #F40082;
}
</style>
background-color css
<style>
a { background-color: #F40082; }
a { background-color: rgb(244,0,130); }
div.DivClassName
{
background-color: #F40082;
}
.BgClassName
{
background-color: #F40082;
}
</style>
border-color css
<style>
span { border-color: #F40082; }
span { border-color: rgb(244,0,130); }
td.TdClassName
{
border-color: #F40082;
}
.TagClassName
{
border-color: #F40082;
}
</style>