Shades of Deep Pink #FE0987
Tints of Deep Pink #FE0987
RGB
CMYK
RGB Variations
Color information
#FE0987 (or 0xFE0987) is known color: Deep Pink. HEX triplet: FE, 09 and 87. RGB value is (254,9,135). Sum of RGB (Red+Green+Blue) = 254+9+135=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0987 is #01F678. Grayscale: #606060. Windows color (decimal): -128633 or 8849918. OLE color: 8849918.
HSL color Cylindrical-coordinate representation of color #FE0987: hue angle of 329.14º 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 #FE0987 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.00 |
| HSL | 329.14º | 0.99% | 0.52% | - |
| HSV(B) | 329.14º | 0.96% | 1% | - |
| XYZ | 45.34 | 23.02 | 24.97 | - |
| YUV | 96.62 | 149.67 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 135 | 0 | 0.96 | 0.47 | 0.00 | 329.14 | 0.99 | 0.52 |
| Hex | FE | 9 | 87 | 0 | 60 | 2F | 0 | 149 | 63 | 34 |
| Octal | 376 | 11 | 207 | 0 | 140 | 57 | 0 | 511 | 143 | 64 |
| Binary | 11111110 | 1001 | 10000111 | 0 | 1100000 | 101111 | 0 | 101001001 | 1100011 | 110100 |
Color Harmonies of #FE0987
Complementary color
Monochromatic Colors of #FE0987
Black with #FE0987
Text Example
Text Example
White with #FE0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0987; }
p { color: rgb(254,9,135); }
H1.HeaderClassName
{
color: #FE0987;
}
.AnyTagClassName
{
color: #FE0987;
}
</style>
background-color css
<style>
a { background-color: #FE0987; }
a { background-color: rgb(254,9,135); }
div.DivClassName
{
background-color: #FE0987;
}
.BgClassName
{
background-color: #FE0987;
}
</style>
border-color css
<style>
span { border-color: #FE0987; }
span { border-color: rgb(254,9,135); }
td.TdClassName
{
border-color: #FE0987;
}
.TagClassName
{
border-color: #FE0987;
}
</style>