Shades of Deep Pink #FE0089
Tints of Deep Pink #FE0089
RGB
CMYK
RGB Variations
Color information
#FE0089 (or 0xFE0089) is known color: Deep Pink. HEX triplet: FE, 00 and 89. RGB value is (254,0,137). Sum of RGB (Red+Green+Blue) = 254+0+137=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0089 is #01FF76. Grayscale: #5B5B5B. Windows color (decimal): -130935 or 8978686. OLE color: 8978686.
HSL color Cylindrical-coordinate representation of color #FE0089: hue angle of 327.64º 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 #FE0089 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.46 | 0.00 |
| HSL | 327.64º | 1% | 0.5% | - |
| HSV(B) | 327.64º | 1% | 1% | - |
| XYZ | 45.39 | 22.88 | 25.69 | - |
| YUV | 91.56 | 153.65 | 243.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 137 | 0 | 1 | 0.46 | 0.00 | 327.64 | 1 | 0.5 |
| Hex | FE | 0 | 89 | 0 | 64 | 2E | 0 | 148 | 64 | 32 |
| Octal | 376 | 0 | 211 | 0 | 144 | 56 | 0 | 510 | 144 | 62 |
| Binary | 11111110 | 0 | 10001001 | 0 | 1100100 | 101110 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FE0089
Complementary color
Monochromatic Colors of #FE0089
Black with #FE0089
Text Example
Text Example
White with #FE0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0089; }
p { color: rgb(254,0,137); }
H1.HeaderClassName
{
color: #FE0089;
}
.AnyTagClassName
{
color: #FE0089;
}
</style>
background-color css
<style>
a { background-color: #FE0089; }
a { background-color: rgb(254,0,137); }
div.DivClassName
{
background-color: #FE0089;
}
.BgClassName
{
background-color: #FE0089;
}
</style>
border-color css
<style>
span { border-color: #FE0089; }
span { border-color: rgb(254,0,137); }
td.TdClassName
{
border-color: #FE0089;
}
.TagClassName
{
border-color: #FE0089;
}
</style>