Shades of Deep Pink #F50082
Tints of Deep Pink #F50082
RGB
CMYK
RGB Variations
Color information
#F50082 (or 0xF50082) is known color: Deep Pink. HEX triplet: F5, 00 and 82. RGB value is (245,0,130). Sum of RGB (Red+Green+Blue) = 245+0+130=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F50082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50082 is #0AFF7D. Grayscale: #575757. Windows color (decimal): -720766 or 8519925. OLE color: 8519925.
HSL color Cylindrical-coordinate representation of color #F50082: hue angle of 328.16º 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 #F50082 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.47 | 0.04 |
| HSL | 328.16º | 1% | 0.48% | - |
| HSV(B) | 328.16º | 1% | 0.96% | - |
| XYZ | 41.69 | 21.02 | 22.98 | - |
| YUV | 88.08 | 151.67 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 130 | 0 | 1 | 0.47 | 0.04 | 328.16 | 1 | 0.48 |
| Hex | F5 | 0 | 82 | 0 | 64 | 2F | 4 | 148 | 64 | 30 |
| Octal | 365 | 0 | 202 | 0 | 144 | 57 | 4 | 510 | 144 | 60 |
| Binary | 11110101 | 0 | 10000010 | 0 | 1100100 | 101111 | 100 | 101001000 | 1100100 | 110000 |
Color Harmonies of #F50082
Complementary color
Monochromatic Colors of #F50082
Black with #F50082
Text Example
Text Example
White with #F50082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50082; }
p { color: rgb(245,0,130); }
H1.HeaderClassName
{
color: #F50082;
}
.AnyTagClassName
{
color: #F50082;
}
</style>
background-color css
<style>
a { background-color: #F50082; }
a { background-color: rgb(245,0,130); }
div.DivClassName
{
background-color: #F50082;
}
.BgClassName
{
background-color: #F50082;
}
</style>
border-color css
<style>
span { border-color: #F50082; }
span { border-color: rgb(245,0,130); }
td.TdClassName
{
border-color: #F50082;
}
.TagClassName
{
border-color: #F50082;
}
</style>