Shades of Deep Pink #F50583
Tints of Deep Pink #F50583
RGB
CMYK
RGB Variations
Color information
#F50583 (or 0xF50583) is known color: Deep Pink. HEX triplet: F5, 05 and 83. RGB value is (245,5,131). Sum of RGB (Red+Green+Blue) = 245+5+131=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F50583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50583 is #0AFA7C. Grayscale: #5A5A5A. Windows color (decimal): -719485 or 8586741. OLE color: 8586741.
HSL color Cylindrical-coordinate representation of color #F50583: hue angle of 328.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50583 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.04 |
| HSL | 328.5º | 0.96% | 0.49% | - |
| HSV(B) | 328.5º | 0.98% | 0.96% | - |
| XYZ | 41.81 | 21.16 | 23.35 | - |
| YUV | 91.12 | 150.51 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 131 | 0 | 0.98 | 0.47 | 0.04 | 328.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | 83 | 0 | 62 | 2F | 4 | 148 | 60 | 31 |
| Octal | 365 | 5 | 203 | 0 | 142 | 57 | 4 | 510 | 140 | 61 |
| Binary | 11110101 | 101 | 10000011 | 0 | 1100010 | 101111 | 100 | 101001000 | 1100000 | 110001 |
Color Harmonies of #F50583
Complementary color
Monochromatic Colors of #F50583
Black with #F50583
Text Example
Text Example
White with #F50583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50583; }
p { color: rgb(245,5,131); }
H1.HeaderClassName
{
color: #F50583;
}
.AnyTagClassName
{
color: #F50583;
}
</style>
background-color css
<style>
a { background-color: #F50583; }
a { background-color: rgb(245,5,131); }
div.DivClassName
{
background-color: #F50583;
}
.BgClassName
{
background-color: #F50583;
}
</style>
border-color css
<style>
span { border-color: #F50583; }
span { border-color: rgb(245,5,131); }
td.TdClassName
{
border-color: #F50583;
}
.TagClassName
{
border-color: #F50583;
}
</style>