Shades of Deep Pink #F50487
Tints of Deep Pink #F50487
RGB
CMYK
RGB Variations
Color information
#F50487 (or 0xF50487) is known color: Deep Pink. HEX triplet: F5, 04 and 87. RGB value is (245,4,135). Sum of RGB (Red+Green+Blue) = 245+4+135=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F50487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50487 is #0AFB78. Grayscale: #5A5A5A. Windows color (decimal): -719737 or 8848629. OLE color: 8848629.
HSL color Cylindrical-coordinate representation of color #F50487: hue angle of 327.39º degrees, saturation: 0.97, 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 #F50487 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.04 |
| HSL | 327.39º | 0.97% | 0.49% | - |
| HSV(B) | 327.39º | 0.98% | 0.96% | - |
| XYZ | 42.07 | 21.25 | 24.81 | - |
| YUV | 90.99 | 152.84 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 135 | 0 | 0.98 | 0.45 | 0.04 | 327.39 | 0.97 | 0.49 |
| Hex | F5 | 4 | 87 | 0 | 62 | 2D | 4 | 147 | 61 | 31 |
| Octal | 365 | 4 | 207 | 0 | 142 | 55 | 4 | 507 | 141 | 61 |
| Binary | 11110101 | 100 | 10000111 | 0 | 1100010 | 101101 | 100 | 101000111 | 1100001 | 110001 |
Color Harmonies of #F50487
Complementary color
Monochromatic Colors of #F50487
Black with #F50487
Text Example
Text Example
White with #F50487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50487; }
p { color: rgb(245,4,135); }
H1.HeaderClassName
{
color: #F50487;
}
.AnyTagClassName
{
color: #F50487;
}
</style>
background-color css
<style>
a { background-color: #F50487; }
a { background-color: rgb(245,4,135); }
div.DivClassName
{
background-color: #F50487;
}
.BgClassName
{
background-color: #F50487;
}
</style>
border-color css
<style>
span { border-color: #F50487; }
span { border-color: rgb(245,4,135); }
td.TdClassName
{
border-color: #F50487;
}
.TagClassName
{
border-color: #F50487;
}
</style>