Shades of Deep Pink #FE057E
Tints of Deep Pink #FE057E
RGB
CMYK
RGB Variations
Color information
#FE057E (or 0xFE057E) is known color: Deep Pink. HEX triplet: FE, 05 and 7E. RGB value is (254,5,126). Sum of RGB (Red+Green+Blue) = 254+5+126=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE057E is #01FA81. Grayscale: #5D5D5D. Windows color (decimal): -129666 or 8259070. OLE color: 8259070.
HSL color Cylindrical-coordinate representation of color #FE057E: hue angle of 330.84º 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 #FE057E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.00 |
| HSL | 330.84º | 0.99% | 0.51% | - |
| HSV(B) | 330.84º | 0.98% | 1% | - |
| XYZ | 44.69 | 22.69 | 21.76 | - |
| YUV | 93.25 | 146.49 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 126 | 0 | 0.98 | 0.50 | 0.00 | 330.84 | 0.99 | 0.51 |
| Hex | FE | 5 | 7E | 0 | 62 | 32 | 0 | 14B | 63 | 33 |
| Octal | 376 | 5 | 176 | 0 | 142 | 62 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 101 | 1111110 | 0 | 1100010 | 110010 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE057E
Complementary color
Monochromatic Colors of #FE057E
Black with #FE057E
Text Example
Text Example
White with #FE057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE057E; }
p { color: rgb(254,5,126); }
H1.HeaderClassName
{
color: #FE057E;
}
.AnyTagClassName
{
color: #FE057E;
}
</style>
background-color css
<style>
a { background-color: #FE057E; }
a { background-color: rgb(254,5,126); }
div.DivClassName
{
background-color: #FE057E;
}
.BgClassName
{
background-color: #FE057E;
}
</style>
border-color css
<style>
span { border-color: #FE057E; }
span { border-color: rgb(254,5,126); }
td.TdClassName
{
border-color: #FE057E;
}
.TagClassName
{
border-color: #FE057E;
}
</style>