Shades of Deep Pink #FE0989
Tints of Deep Pink #FE0989
RGB
CMYK
RGB Variations
Color information
#FE0989 (or 0xFE0989) is known color: Deep Pink. HEX triplet: FE, 09 and 89. RGB value is (254,9,137). Sum of RGB (Red+Green+Blue) = 254+9+137=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0989 is #01F676. Grayscale: #606060. Windows color (decimal): -128631 or 8980990. OLE color: 8980990.
HSL color Cylindrical-coordinate representation of color #FE0989: hue angle of 328.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0989 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 137 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.00 |
| HSL | 328.65º | 0.99% | 0.52% | - |
| HSV(B) | 328.65º | 0.96% | 1% | - |
| XYZ | 45.49 | 23.07 | 25.72 | - |
| YUV | 96.85 | 150.67 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 137 | 0 | 0.96 | 0.46 | 0.00 | 328.65 | 0.99 | 0.52 |
| Hex | FE | 9 | 89 | 0 | 60 | 2E | 0 | 149 | 63 | 34 |
| Octal | 376 | 11 | 211 | 0 | 140 | 56 | 0 | 511 | 143 | 64 |
| Binary | 11111110 | 1001 | 10001001 | 0 | 1100000 | 101110 | 0 | 101001001 | 1100011 | 110100 |
Color Harmonies of #FE0989
Complementary color
Monochromatic Colors of #FE0989
Black with #FE0989
Text Example
Text Example
White with #FE0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0989; }
p { color: rgb(254,9,137); }
H1.HeaderClassName
{
color: #FE0989;
}
.AnyTagClassName
{
color: #FE0989;
}
</style>
background-color css
<style>
a { background-color: #FE0989; }
a { background-color: rgb(254,9,137); }
div.DivClassName
{
background-color: #FE0989;
}
.BgClassName
{
background-color: #FE0989;
}
</style>
border-color css
<style>
span { border-color: #FE0989; }
span { border-color: rgb(254,9,137); }
td.TdClassName
{
border-color: #FE0989;
}
.TagClassName
{
border-color: #FE0989;
}
</style>