Shades of Deep Pink #F50B80
Tints of Deep Pink #F50B80
RGB
CMYK
RGB Variations
Color information
#F50B80 (or 0xF50B80) is known color: Deep Pink. HEX triplet: F5, 0B and 80. RGB value is (245,11,128). Sum of RGB (Red+Green+Blue) = 245+11+128=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50B80 is #0AF47F. Grayscale: #5E5E5E. Windows color (decimal): -717952 or 8391669. OLE color: 8391669.
HSL color Cylindrical-coordinate representation of color #F50B80: hue angle of 330º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50B80 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 128 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.04 |
| HSL | 330º | 0.92% | 0.5% | - |
| HSV(B) | 330º | 0.96% | 0.96% | - |
| XYZ | 41.67 | 21.21 | 22.32 | - |
| YUV | 94.3 | 147.02 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 128 | 0 | 0.96 | 0.48 | 0.04 | 330 | 0.92 | 0.5 |
| Hex | F5 | B | 80 | 0 | 60 | 30 | 4 | 14A | 5C | 32 |
| Octal | 365 | 13 | 200 | 0 | 140 | 60 | 4 | 512 | 134 | 62 |
| Binary | 11110101 | 1011 | 10000000 | 0 | 1100000 | 110000 | 100 | 101001010 | 1011100 | 110010 |
Color Harmonies of #F50B80
Complementary color
Monochromatic Colors of #F50B80
Black with #F50B80
Text Example
Text Example
White with #F50B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50B80; }
p { color: rgb(245,11,128); }
H1.HeaderClassName
{
color: #F50B80;
}
.AnyTagClassName
{
color: #F50B80;
}
</style>
background-color css
<style>
a { background-color: #F50B80; }
a { background-color: rgb(245,11,128); }
div.DivClassName
{
background-color: #F50B80;
}
.BgClassName
{
background-color: #F50B80;
}
</style>
border-color css
<style>
span { border-color: #F50B80; }
span { border-color: rgb(245,11,128); }
td.TdClassName
{
border-color: #F50B80;
}
.TagClassName
{
border-color: #F50B80;
}
</style>