Shades of Deep Pink #F50A83
Tints of Deep Pink #F50A83
RGB
CMYK
RGB Variations
Color information
#F50A83 (or 0xF50A83) is known color: Deep Pink. HEX triplet: F5, 0A and 83. RGB value is (245,10,131). Sum of RGB (Red+Green+Blue) = 245+10+131=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50A83 is #0AF57C. Grayscale: #5D5D5D. Windows color (decimal): -718205 or 8588021. OLE color: 8588021.
HSL color Cylindrical-coordinate representation of color #F50A83: hue angle of 329.11º 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 #F50A83 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 131 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.04 |
| HSL | 329.11º | 0.92% | 0.5% | - |
| HSV(B) | 329.11º | 0.96% | 0.96% | - |
| XYZ | 41.86 | 21.27 | 23.37 | - |
| YUV | 94.06 | 148.86 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 131 | 0 | 0.96 | 0.47 | 0.04 | 329.11 | 0.92 | 0.5 |
| Hex | F5 | A | 83 | 0 | 60 | 2F | 4 | 149 | 5C | 32 |
| Octal | 365 | 12 | 203 | 0 | 140 | 57 | 4 | 511 | 134 | 62 |
| Binary | 11110101 | 1010 | 10000011 | 0 | 1100000 | 101111 | 100 | 101001001 | 1011100 | 110010 |
Color Harmonies of #F50A83
Complementary color
Monochromatic Colors of #F50A83
Black with #F50A83
Text Example
Text Example
White with #F50A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A83; }
p { color: rgb(245,10,131); }
H1.HeaderClassName
{
color: #F50A83;
}
.AnyTagClassName
{
color: #F50A83;
}
</style>
background-color css
<style>
a { background-color: #F50A83; }
a { background-color: rgb(245,10,131); }
div.DivClassName
{
background-color: #F50A83;
}
.BgClassName
{
background-color: #F50A83;
}
</style>
border-color css
<style>
span { border-color: #F50A83; }
span { border-color: rgb(245,10,131); }
td.TdClassName
{
border-color: #F50A83;
}
.TagClassName
{
border-color: #F50A83;
}
</style>