Shades of Deep Pink #FE057F
Tints of Deep Pink #FE057F
RGB
CMYK
RGB Variations
Color information
#FE057F (or 0xFE057F) is known color: Deep Pink. HEX triplet: FE, 05 and 7F. RGB value is (254,5,127). Sum of RGB (Red+Green+Blue) = 254+5+127=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE057F is #01FA80. Grayscale: #5D5D5D. Windows color (decimal): -129665 or 8324606. OLE color: 8324606.
HSL color Cylindrical-coordinate representation of color #FE057F: hue angle of 330.6º 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 #FE057F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.00 |
| HSL | 330.6º | 0.99% | 0.51% | - |
| HSV(B) | 330.6º | 0.98% | 1% | - |
| XYZ | 44.76 | 22.71 | 22.1 | - |
| YUV | 93.36 | 146.99 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 127 | 0 | 0.98 | 0.50 | 0.00 | 330.6 | 0.99 | 0.51 |
| Hex | FE | 5 | 7F | 0 | 62 | 32 | 0 | 14B | 63 | 33 |
| Octal | 376 | 5 | 177 | 0 | 142 | 62 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 101 | 1111111 | 0 | 1100010 | 110010 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE057F
Complementary color
Monochromatic Colors of #FE057F
Black with #FE057F
Text Example
Text Example
White with #FE057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE057F; }
p { color: rgb(254,5,127); }
H1.HeaderClassName
{
color: #FE057F;
}
.AnyTagClassName
{
color: #FE057F;
}
</style>
background-color css
<style>
a { background-color: #FE057F; }
a { background-color: rgb(254,5,127); }
div.DivClassName
{
background-color: #FE057F;
}
.BgClassName
{
background-color: #FE057F;
}
</style>
border-color css
<style>
span { border-color: #FE057F; }
span { border-color: rgb(254,5,127); }
td.TdClassName
{
border-color: #FE057F;
}
.TagClassName
{
border-color: #FE057F;
}
</style>