Shades of Deep Pink #F0058C
Tints of Deep Pink #F0058C
RGB
CMYK
RGB Variations
Color information
#F0058C (or 0xF0058C) is known color: Deep Pink. HEX triplet: F0, 05 and 8C. RGB value is (240,5,140). Sum of RGB (Red+Green+Blue) = 240+5+140=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0058C is #0FFA73. Grayscale: #5A5A5A. Windows color (decimal): -1047156 or 9176560. OLE color: 9176560.
HSL color Cylindrical-coordinate representation of color #F0058C: hue angle of 325.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0058C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.06 |
| HSL | 325.53º | 0.96% | 0.48% | - |
| HSV(B) | 325.53º | 0.98% | 0.94% | - |
| XYZ | 40.72 | 20.53 | 26.63 | - |
| YUV | 90.66 | 155.86 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 140 | 0 | 0.98 | 0.42 | 0.06 | 325.53 | 0.96 | 0.48 |
| Hex | F0 | 5 | 8C | 0 | 62 | 2A | 6 | 146 | 60 | 30 |
| Octal | 360 | 5 | 214 | 0 | 142 | 52 | 6 | 506 | 140 | 60 |
| Binary | 11110000 | 101 | 10001100 | 0 | 1100010 | 101010 | 110 | 101000110 | 1100000 | 110000 |
Color Harmonies of #F0058C
Complementary color
Monochromatic Colors of #F0058C
Black with #F0058C
Text Example
Text Example
White with #F0058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0058C; }
p { color: rgb(240,5,140); }
H1.HeaderClassName
{
color: #F0058C;
}
.AnyTagClassName
{
color: #F0058C;
}
</style>
background-color css
<style>
a { background-color: #F0058C; }
a { background-color: rgb(240,5,140); }
div.DivClassName
{
background-color: #F0058C;
}
.BgClassName
{
background-color: #F0058C;
}
</style>
border-color css
<style>
span { border-color: #F0058C; }
span { border-color: rgb(240,5,140); }
td.TdClassName
{
border-color: #F0058C;
}
.TagClassName
{
border-color: #F0058C;
}
</style>