Shades of Deep Pink #FE028A
Tints of Deep Pink #FE028A
RGB
CMYK
RGB Variations
Color information
#FE028A (or 0xFE028A) is known color: Deep Pink. HEX triplet: FE, 02 and 8A. RGB value is (254,2,138). Sum of RGB (Red+Green+Blue) = 254+2+138=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE028A is #01FD75. Grayscale: #5C5C5C. Windows color (decimal): -130422 or 9044734. OLE color: 9044734.
HSL color Cylindrical-coordinate representation of color #FE028A: hue angle of 327.62º 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 #FE028A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.00 |
| HSL | 327.62º | 0.99% | 0.5% | - |
| HSV(B) | 327.62º | 0.99% | 1% | - |
| XYZ | 45.48 | 22.95 | 26.08 | - |
| YUV | 92.85 | 153.49 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 138 | 0 | 0.99 | 0.46 | 0.00 | 327.62 | 0.99 | 0.5 |
| Hex | FE | 2 | 8A | 0 | 63 | 2E | 0 | 148 | 63 | 32 |
| Octal | 376 | 2 | 212 | 0 | 143 | 56 | 0 | 510 | 143 | 62 |
| Binary | 11111110 | 10 | 10001010 | 0 | 1100011 | 101110 | 0 | 101001000 | 1100011 | 110010 |
Color Harmonies of #FE028A
Complementary color
Monochromatic Colors of #FE028A
Black with #FE028A
Text Example
Text Example
White with #FE028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE028A; }
p { color: rgb(254,2,138); }
H1.HeaderClassName
{
color: #FE028A;
}
.AnyTagClassName
{
color: #FE028A;
}
</style>
background-color css
<style>
a { background-color: #FE028A; }
a { background-color: rgb(254,2,138); }
div.DivClassName
{
background-color: #FE028A;
}
.BgClassName
{
background-color: #FE028A;
}
</style>
border-color css
<style>
span { border-color: #FE028A; }
span { border-color: rgb(254,2,138); }
td.TdClassName
{
border-color: #FE028A;
}
.TagClassName
{
border-color: #FE028A;
}
</style>