Shades of Deep Pink #FE058D
Tints of Deep Pink #FE058D
RGB
CMYK
RGB Variations
Color information
#FE058D (or 0xFE058D) is known color: Deep Pink. HEX triplet: FE, 05 and 8D. RGB value is (254,5,141). Sum of RGB (Red+Green+Blue) = 254+5+141=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE058D is #01FA72. Grayscale: #5E5E5E. Windows color (decimal): -129651 or 9242110. OLE color: 9242110.
HSL color Cylindrical-coordinate representation of color #FE058D: hue angle of 327.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE058D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.00 |
| HSL | 327.23º | 0.99% | 0.51% | - |
| HSV(B) | 327.23º | 0.98% | 1% | - |
| XYZ | 45.74 | 23.1 | 27.25 | - |
| YUV | 94.96 | 153.99 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 141 | 0 | 0.98 | 0.44 | 0.00 | 327.23 | 0.99 | 0.51 |
| Hex | FE | 5 | 8D | 0 | 62 | 2C | 0 | 147 | 63 | 33 |
| Octal | 376 | 5 | 215 | 0 | 142 | 54 | 0 | 507 | 143 | 63 |
| Binary | 11111110 | 101 | 10001101 | 0 | 1100010 | 101100 | 0 | 101000111 | 1100011 | 110011 |
Color Harmonies of #FE058D
Complementary color
Monochromatic Colors of #FE058D
Black with #FE058D
Text Example
Text Example
White with #FE058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE058D; }
p { color: rgb(254,5,141); }
H1.HeaderClassName
{
color: #FE058D;
}
.AnyTagClassName
{
color: #FE058D;
}
</style>
background-color css
<style>
a { background-color: #FE058D; }
a { background-color: rgb(254,5,141); }
div.DivClassName
{
background-color: #FE058D;
}
.BgClassName
{
background-color: #FE058D;
}
</style>
border-color css
<style>
span { border-color: #FE058D; }
span { border-color: rgb(254,5,141); }
td.TdClassName
{
border-color: #FE058D;
}
.TagClassName
{
border-color: #FE058D;
}
</style>