Shades of Deep Pink #FF058C
Tints of Deep Pink #FF058C
RGB
CMYK
RGB Variations
Color information
#FF058C (or 0xFF058C) is known color: Deep Pink. HEX triplet: FF, 05 and 8C. RGB value is (255,5,140). Sum of RGB (Red+Green+Blue) = 255+5+140=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF058C is #00FA73. Grayscale: #5E5E5E. Windows color (decimal): -64116 or 9176575. OLE color: 9176575.
HSL color Cylindrical-coordinate representation of color #FF058C: hue angle of 327.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF058C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.45 | 0 |
| HSL | 327.6º | 1% | 0.51% | - |
| HSV(B) | 327.6º | 0.98% | 1% | - |
| XYZ | 46.03 | 23.26 | 26.88 | - |
| YUV | 95.14 | 153.33 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 140 | 0 | 0.98 | 0.45 | 0 | 327.6 | 1 | 0.51 |
| Hex | FF | 5 | 8C | 0 | 62 | 2D | 0 | 148 | 64 | 33 |
| Octal | 377 | 5 | 214 | 0 | 142 | 55 | 0 | 510 | 144 | 63 |
| Binary | 11111111 | 101 | 10001100 | 0 | 1100010 | 101101 | 0 | 101001000 | 1100100 | 110011 |
Color Harmonies of #FF058C
Complementary color
Monochromatic Colors of #FF058C
Black with #FF058C
Text Example
Text Example
White with #FF058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF058C; }
p { color: rgb(255,5,140); }
H1.HeaderClassName
{
color: #FF058C;
}
.AnyTagClassName
{
color: #FF058C;
}
</style>
background-color css
<style>
a { background-color: #FF058C; }
a { background-color: rgb(255,5,140); }
div.DivClassName
{
background-color: #FF058C;
}
.BgClassName
{
background-color: #FF058C;
}
</style>
border-color css
<style>
span { border-color: #FF058C; }
span { border-color: rgb(255,5,140); }
td.TdClassName
{
border-color: #FF058C;
}
.TagClassName
{
border-color: #FF058C;
}
</style>