Shades of Deep Pink #FF058F
Tints of Deep Pink #FF058F
RGB
CMYK
RGB Variations
Color information
#FF058F (or 0xFF058F) is known color: Deep Pink. HEX triplet: FF, 05 and 8F. RGB value is (255,5,143). Sum of RGB (Red+Green+Blue) = 255+5+143=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF058F is #00FA70. Grayscale: #5F5F5F. Windows color (decimal): -64113 or 9373183. OLE color: 9373183.
HSL color Cylindrical-coordinate representation of color #FF058F: hue angle of 326.88º 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 #FF058F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.44 | 0 |
| HSL | 326.88º | 1% | 0.51% | - |
| HSV(B) | 326.88º | 0.98% | 1% | - |
| XYZ | 46.25 | 23.35 | 28.06 | - |
| YUV | 95.48 | 154.83 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 143 | 0 | 0.98 | 0.44 | 0 | 326.88 | 1 | 0.51 |
| Hex | FF | 5 | 8F | 0 | 62 | 2C | 0 | 147 | 64 | 33 |
| Octal | 377 | 5 | 217 | 0 | 142 | 54 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 101 | 10001111 | 0 | 1100010 | 101100 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF058F
Complementary color
Monochromatic Colors of #FF058F
Black with #FF058F
Text Example
Text Example
White with #FF058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF058F; }
p { color: rgb(255,5,143); }
H1.HeaderClassName
{
color: #FF058F;
}
.AnyTagClassName
{
color: #FF058F;
}
</style>
background-color css
<style>
a { background-color: #FF058F; }
a { background-color: rgb(255,5,143); }
div.DivClassName
{
background-color: #FF058F;
}
.BgClassName
{
background-color: #FF058F;
}
</style>
border-color css
<style>
span { border-color: #FF058F; }
span { border-color: rgb(255,5,143); }
td.TdClassName
{
border-color: #FF058F;
}
.TagClassName
{
border-color: #FF058F;
}
</style>