Shades of Deep Pink #F50883
Tints of Deep Pink #F50883
RGB
CMYK
RGB Variations
Color information
#F50883 (or 0xF50883) is known color: Deep Pink. HEX triplet: F5, 08 and 83. RGB value is (245,8,131). Sum of RGB (Red+Green+Blue) = 245+8+131=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F50883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50883 is #0AF77C. Grayscale: #5C5C5C. Windows color (decimal): -718717 or 8587509. OLE color: 8587509.
HSL color Cylindrical-coordinate representation of color #F50883: hue angle of 328.86º 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 #F50883 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 131 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.04 |
| HSL | 328.86º | 0.94% | 0.5% | - |
| HSV(B) | 328.86º | 0.97% | 0.96% | - |
| XYZ | 41.84 | 21.22 | 23.36 | - |
| YUV | 92.89 | 149.52 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 131 | 0 | 0.97 | 0.47 | 0.04 | 328.86 | 0.94 | 0.5 |
| Hex | F5 | 8 | 83 | 0 | 61 | 2F | 4 | 149 | 5E | 32 |
| Octal | 365 | 10 | 203 | 0 | 141 | 57 | 4 | 511 | 136 | 62 |
| Binary | 11110101 | 1000 | 10000011 | 0 | 1100001 | 101111 | 100 | 101001001 | 1011110 | 110010 |
Color Harmonies of #F50883
Complementary color
Monochromatic Colors of #F50883
Black with #F50883
Text Example
Text Example
White with #F50883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50883; }
p { color: rgb(245,8,131); }
H1.HeaderClassName
{
color: #F50883;
}
.AnyTagClassName
{
color: #F50883;
}
</style>
background-color css
<style>
a { background-color: #F50883; }
a { background-color: rgb(245,8,131); }
div.DivClassName
{
background-color: #F50883;
}
.BgClassName
{
background-color: #F50883;
}
</style>
border-color css
<style>
span { border-color: #F50883; }
span { border-color: rgb(245,8,131); }
td.TdClassName
{
border-color: #F50883;
}
.TagClassName
{
border-color: #F50883;
}
</style>