Shades of Deep Pink #F50080
Tints of Deep Pink #F50080
RGB
CMYK
RGB Variations
Color information
#F50080 (or 0xF50080) is known color: Deep Pink. HEX triplet: F5, 00 and 80. RGB value is (245,0,128). Sum of RGB (Red+Green+Blue) = 245+0+128=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F50080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50080 is #0AFF7F. Grayscale: #575757. Windows color (decimal): -720768 or 8388853. OLE color: 8388853.
HSL color Cylindrical-coordinate representation of color #F50080: hue angle of 328.65º 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 #F50080 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.48 | 0.04 |
| HSL | 328.65º | 1% | 0.48% | - |
| HSV(B) | 328.65º | 1% | 0.96% | - |
| XYZ | 41.55 | 20.97 | 22.28 | - |
| YUV | 87.85 | 150.67 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 128 | 0 | 1 | 0.48 | 0.04 | 328.65 | 1 | 0.48 |
| Hex | F5 | 0 | 80 | 0 | 64 | 30 | 4 | 149 | 64 | 30 |
| Octal | 365 | 0 | 200 | 0 | 144 | 60 | 4 | 511 | 144 | 60 |
| Binary | 11110101 | 0 | 10000000 | 0 | 1100100 | 110000 | 100 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F50080
Complementary color
Monochromatic Colors of #F50080
Black with #F50080
Text Example
Text Example
White with #F50080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50080; }
p { color: rgb(245,0,128); }
H1.HeaderClassName
{
color: #F50080;
}
.AnyTagClassName
{
color: #F50080;
}
</style>
background-color css
<style>
a { background-color: #F50080; }
a { background-color: rgb(245,0,128); }
div.DivClassName
{
background-color: #F50080;
}
.BgClassName
{
background-color: #F50080;
}
</style>
border-color css
<style>
span { border-color: #F50080; }
span { border-color: rgb(245,0,128); }
td.TdClassName
{
border-color: #F50080;
}
.TagClassName
{
border-color: #F50080;
}
</style>