Shades of Deep Pink #FE057B
Tints of Deep Pink #FE057B
RGB
CMYK
RGB Variations
Color information
#FE057B (or 0xFE057B) is known color: Deep Pink. HEX triplet: FE, 05 and 7B. RGB value is (254,5,123). Sum of RGB (Red+Green+Blue) = 254+5+123=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE057B is #01FA84. Grayscale: #5C5C5C. Windows color (decimal): -129669 or 8062462. OLE color: 8062462.
HSL color Cylindrical-coordinate representation of color #FE057B: hue angle of 331.57º 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 #FE057B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.00 |
| HSL | 331.57º | 0.99% | 0.51% | - |
| HSV(B) | 331.57º | 0.98% | 1% | - |
| XYZ | 44.5 | 22.61 | 20.76 | - |
| YUV | 92.9 | 144.99 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 123 | 0 | 0.98 | 0.52 | 0.00 | 331.57 | 0.99 | 0.51 |
| Hex | FE | 5 | 7B | 0 | 62 | 34 | 0 | 14C | 63 | 33 |
| Octal | 376 | 5 | 173 | 0 | 142 | 64 | 0 | 514 | 143 | 63 |
| Binary | 11111110 | 101 | 1111011 | 0 | 1100010 | 110100 | 0 | 101001100 | 1100011 | 110011 |
Color Harmonies of #FE057B
Complementary color
Monochromatic Colors of #FE057B
Black with #FE057B
Text Example
Text Example
White with #FE057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE057B; }
p { color: rgb(254,5,123); }
H1.HeaderClassName
{
color: #FE057B;
}
.AnyTagClassName
{
color: #FE057B;
}
</style>
background-color css
<style>
a { background-color: #FE057B; }
a { background-color: rgb(254,5,123); }
div.DivClassName
{
background-color: #FE057B;
}
.BgClassName
{
background-color: #FE057B;
}
</style>
border-color css
<style>
span { border-color: #FE057B; }
span { border-color: rgb(254,5,123); }
td.TdClassName
{
border-color: #FE057B;
}
.TagClassName
{
border-color: #FE057B;
}
</style>