Shades of Deep Pink #F50880
Tints of Deep Pink #F50880
RGB
CMYK
RGB Variations
Color information
#F50880 (or 0xF50880) is known color: Deep Pink. HEX triplet: F5, 08 and 80. RGB value is (245,8,128). Sum of RGB (Red+Green+Blue) = 245+8+128=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F50880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50880 is #0AF77F. Grayscale: #5C5C5C. Windows color (decimal): -718720 or 8390901. OLE color: 8390901.
HSL color Cylindrical-coordinate representation of color #F50880: hue angle of 329.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50880 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.04 |
| HSL | 329.62º | 0.94% | 0.5% | - |
| HSV(B) | 329.62º | 0.97% | 0.96% | - |
| XYZ | 41.64 | 21.14 | 22.31 | - |
| YUV | 92.54 | 148.02 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 128 | 0 | 0.97 | 0.48 | 0.04 | 329.62 | 0.94 | 0.5 |
| Hex | F5 | 8 | 80 | 0 | 61 | 30 | 4 | 14A | 5E | 32 |
| Octal | 365 | 10 | 200 | 0 | 141 | 60 | 4 | 512 | 136 | 62 |
| Binary | 11110101 | 1000 | 10000000 | 0 | 1100001 | 110000 | 100 | 101001010 | 1011110 | 110010 |
Color Harmonies of #F50880
Complementary color
Monochromatic Colors of #F50880
Black with #F50880
Text Example
Text Example
White with #F50880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50880; }
p { color: rgb(245,8,128); }
H1.HeaderClassName
{
color: #F50880;
}
.AnyTagClassName
{
color: #F50880;
}
</style>
background-color css
<style>
a { background-color: #F50880; }
a { background-color: rgb(245,8,128); }
div.DivClassName
{
background-color: #F50880;
}
.BgClassName
{
background-color: #F50880;
}
</style>
border-color css
<style>
span { border-color: #F50880; }
span { border-color: rgb(245,8,128); }
td.TdClassName
{
border-color: #F50880;
}
.TagClassName
{
border-color: #F50880;
}
</style>