Shades of Deep Pink #FE057C
Tints of Deep Pink #FE057C
RGB
CMYK
RGB Variations
Color information
#FE057C (or 0xFE057C) is known color: Deep Pink. HEX triplet: FE, 05 and 7C. RGB value is (254,5,124). Sum of RGB (Red+Green+Blue) = 254+5+124=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE057C is #01FA83. Grayscale: #5C5C5C. Windows color (decimal): -129668 or 8127998. OLE color: 8127998.
HSL color Cylindrical-coordinate representation of color #FE057C: hue angle of 331.33º 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 #FE057C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.00 |
| HSL | 331.33º | 0.99% | 0.51% | - |
| HSV(B) | 331.33º | 0.98% | 1% | - |
| XYZ | 44.57 | 22.63 | 21.09 | - |
| YUV | 93.02 | 145.49 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 124 | 0 | 0.98 | 0.51 | 0.00 | 331.33 | 0.99 | 0.51 |
| Hex | FE | 5 | 7C | 0 | 62 | 33 | 0 | 14B | 63 | 33 |
| Octal | 376 | 5 | 174 | 0 | 142 | 63 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 101 | 1111100 | 0 | 1100010 | 110011 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE057C
Complementary color
Monochromatic Colors of #FE057C
Black with #FE057C
Text Example
Text Example
White with #FE057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE057C; }
p { color: rgb(254,5,124); }
H1.HeaderClassName
{
color: #FE057C;
}
.AnyTagClassName
{
color: #FE057C;
}
</style>
background-color css
<style>
a { background-color: #FE057C; }
a { background-color: rgb(254,5,124); }
div.DivClassName
{
background-color: #FE057C;
}
.BgClassName
{
background-color: #FE057C;
}
</style>
border-color css
<style>
span { border-color: #FE057C; }
span { border-color: rgb(254,5,124); }
td.TdClassName
{
border-color: #FE057C;
}
.TagClassName
{
border-color: #FE057C;
}
</style>