Shades of Deep Pink #FE027B
Tints of Deep Pink #FE027B
RGB
CMYK
RGB Variations
Color information
#FE027B (or 0xFE027B) is known color: Deep Pink. HEX triplet: FE, 02 and 7B. RGB value is (254,2,123). Sum of RGB (Red+Green+Blue) = 254+2+123=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE027B is #01FD84. Grayscale: #5A5A5A. Windows color (decimal): -130437 or 8061694. OLE color: 8061694.
HSL color Cylindrical-coordinate representation of color #FE027B: hue angle of 331.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE027B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.00 |
| HSL | 331.19º | 0.99% | 0.5% | - |
| HSV(B) | 331.19º | 0.99% | 1% | - |
| XYZ | 44.47 | 22.54 | 20.75 | - |
| YUV | 91.14 | 145.99 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 123 | 0 | 0.99 | 0.52 | 0.00 | 331.19 | 0.99 | 0.5 |
| Hex | FE | 2 | 7B | 0 | 63 | 34 | 0 | 14B | 63 | 32 |
| Octal | 376 | 2 | 173 | 0 | 143 | 64 | 0 | 513 | 143 | 62 |
| Binary | 11111110 | 10 | 1111011 | 0 | 1100011 | 110100 | 0 | 101001011 | 1100011 | 110010 |
Color Harmonies of #FE027B
Complementary color
Monochromatic Colors of #FE027B
Black with #FE027B
Text Example
Text Example
White with #FE027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE027B; }
p { color: rgb(254,2,123); }
H1.HeaderClassName
{
color: #FE027B;
}
.AnyTagClassName
{
color: #FE027B;
}
</style>
background-color css
<style>
a { background-color: #FE027B; }
a { background-color: rgb(254,2,123); }
div.DivClassName
{
background-color: #FE027B;
}
.BgClassName
{
background-color: #FE027B;
}
</style>
border-color css
<style>
span { border-color: #FE027B; }
span { border-color: rgb(254,2,123); }
td.TdClassName
{
border-color: #FE027B;
}
.TagClassName
{
border-color: #FE027B;
}
</style>