Shades of Deep Pink #FE008A
Tints of Deep Pink #FE008A
RGB
CMYK
RGB Variations
Color information
#FE008A (or 0xFE008A) is known color: Deep Pink. HEX triplet: FE, 00 and 8A. RGB value is (254,0,138). Sum of RGB (Red+Green+Blue) = 254+0+138=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE008A is #01FF75. Grayscale: #5B5B5B. Windows color (decimal): -130934 or 9044222. OLE color: 9044222.
HSL color Cylindrical-coordinate representation of color #FE008A: hue angle of 327.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE008A is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.46 | 0.00 |
| HSL | 327.4º | 1% | 0.5% | - |
| HSV(B) | 327.4º | 1% | 1% | - |
| XYZ | 45.46 | 22.91 | 26.07 | - |
| YUV | 91.68 | 154.15 | 243.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 138 | 0 | 1 | 0.46 | 0.00 | 327.4 | 1 | 0.5 |
| Hex | FE | 0 | 8A | 0 | 64 | 2E | 0 | 147 | 64 | 32 |
| Octal | 376 | 0 | 212 | 0 | 144 | 56 | 0 | 507 | 144 | 62 |
| Binary | 11111110 | 0 | 10001010 | 0 | 1100100 | 101110 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FE008A
Complementary color
Monochromatic Colors of #FE008A
Black with #FE008A
Text Example
Text Example
White with #FE008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE008A; }
p { color: rgb(254,0,138); }
H1.HeaderClassName
{
color: #FE008A;
}
.AnyTagClassName
{
color: #FE008A;
}
</style>
background-color css
<style>
a { background-color: #FE008A; }
a { background-color: rgb(254,0,138); }
div.DivClassName
{
background-color: #FE008A;
}
.BgClassName
{
background-color: #FE008A;
}
</style>
border-color css
<style>
span { border-color: #FE008A; }
span { border-color: rgb(254,0,138); }
td.TdClassName
{
border-color: #FE008A;
}
.TagClassName
{
border-color: #FE008A;
}
</style>