Shades of Deep Pink #FE058C
Tints of Deep Pink #FE058C
RGB
CMYK
RGB Variations
Color information
#FE058C (or 0xFE058C) is known color: Deep Pink. HEX triplet: FE, 05 and 8C. RGB value is (254,5,140). Sum of RGB (Red+Green+Blue) = 254+5+140=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE058C is #01FA73. Grayscale: #5E5E5E. Windows color (decimal): -129652 or 9176574. OLE color: 9176574.
HSL color Cylindrical-coordinate representation of color #FE058C: hue angle of 327.47º 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 #FE058C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.00 |
| HSL | 327.47º | 0.99% | 0.51% | - |
| HSV(B) | 327.47º | 0.98% | 1% | - |
| XYZ | 45.66 | 23.07 | 26.86 | - |
| YUV | 94.84 | 153.49 | 241.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 140 | 0 | 0.98 | 0.45 | 0.00 | 327.47 | 0.99 | 0.51 |
| Hex | FE | 5 | 8C | 0 | 62 | 2D | 0 | 147 | 63 | 33 |
| Octal | 376 | 5 | 214 | 0 | 142 | 55 | 0 | 507 | 143 | 63 |
| Binary | 11111110 | 101 | 10001100 | 0 | 1100010 | 101101 | 0 | 101000111 | 1100011 | 110011 |
Color Harmonies of #FE058C
Complementary color
Monochromatic Colors of #FE058C
Black with #FE058C
Text Example
Text Example
White with #FE058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE058C; }
p { color: rgb(254,5,140); }
H1.HeaderClassName
{
color: #FE058C;
}
.AnyTagClassName
{
color: #FE058C;
}
</style>
background-color css
<style>
a { background-color: #FE058C; }
a { background-color: rgb(254,5,140); }
div.DivClassName
{
background-color: #FE058C;
}
.BgClassName
{
background-color: #FE058C;
}
</style>
border-color css
<style>
span { border-color: #FE058C; }
span { border-color: rgb(254,5,140); }
td.TdClassName
{
border-color: #FE058C;
}
.TagClassName
{
border-color: #FE058C;
}
</style>