Shades of Deep Pink #FE057D
Tints of Deep Pink #FE057D
RGB
CMYK
RGB Variations
Color information
#FE057D (or 0xFE057D) is known color: Deep Pink. HEX triplet: FE, 05 and 7D. RGB value is (254,5,125). Sum of RGB (Red+Green+Blue) = 254+5+125=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE057D is #01FA82. Grayscale: #5C5C5C. Windows color (decimal): -129667 or 8193534. OLE color: 8193534.
HSL color Cylindrical-coordinate representation of color #FE057D: hue angle of 331.08º 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 #FE057D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.00 |
| HSL | 331.08º | 0.99% | 0.51% | - |
| HSV(B) | 331.08º | 0.98% | 1% | - |
| XYZ | 44.63 | 22.66 | 21.42 | - |
| YUV | 93.13 | 145.99 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 125 | 0 | 0.98 | 0.51 | 0.00 | 331.08 | 0.99 | 0.51 |
| Hex | FE | 5 | 7D | 0 | 62 | 33 | 0 | 14B | 63 | 33 |
| Octal | 376 | 5 | 175 | 0 | 142 | 63 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 101 | 1111101 | 0 | 1100010 | 110011 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE057D
Complementary color
Monochromatic Colors of #FE057D
Black with #FE057D
Text Example
Text Example
White with #FE057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE057D; }
p { color: rgb(254,5,125); }
H1.HeaderClassName
{
color: #FE057D;
}
.AnyTagClassName
{
color: #FE057D;
}
</style>
background-color css
<style>
a { background-color: #FE057D; }
a { background-color: rgb(254,5,125); }
div.DivClassName
{
background-color: #FE057D;
}
.BgClassName
{
background-color: #FE057D;
}
</style>
border-color css
<style>
span { border-color: #FE057D; }
span { border-color: rgb(254,5,125); }
td.TdClassName
{
border-color: #FE057D;
}
.TagClassName
{
border-color: #FE057D;
}
</style>