Shades of Deep Pink #FE0976
Tints of Deep Pink #FE0976
RGB
CMYK
RGB Variations
Color information
#FE0976 (or 0xFE0976) is known color: Deep Pink. HEX triplet: FE, 09 and 76. RGB value is (254,9,118). Sum of RGB (Red+Green+Blue) = 254+9+118=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0976 is #01F689. Grayscale: #5E5E5E. Windows color (decimal): -128650 or 7735806. OLE color: 7735806.
HSL color Cylindrical-coordinate representation of color #FE0976: hue angle of 333.31º 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 #FE0976 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.00 |
| HSL | 333.31º | 0.99% | 0.52% | - |
| HSV(B) | 333.31º | 0.96% | 1% | - |
| XYZ | 44.24 | 22.57 | 19.17 | - |
| YUV | 94.68 | 141.17 | 241.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 118 | 0 | 0.96 | 0.54 | 0.00 | 333.31 | 0.99 | 0.52 |
| Hex | FE | 9 | 76 | 0 | 60 | 36 | 0 | 14D | 63 | 34 |
| Octal | 376 | 11 | 166 | 0 | 140 | 66 | 0 | 515 | 143 | 64 |
| Binary | 11111110 | 1001 | 1110110 | 0 | 1100000 | 110110 | 0 | 101001101 | 1100011 | 110100 |
Color Harmonies of #FE0976
Complementary color
Monochromatic Colors of #FE0976
Black with #FE0976
Text Example
Text Example
White with #FE0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0976; }
p { color: rgb(254,9,118); }
H1.HeaderClassName
{
color: #FE0976;
}
.AnyTagClassName
{
color: #FE0976;
}
</style>
background-color css
<style>
a { background-color: #FE0976; }
a { background-color: rgb(254,9,118); }
div.DivClassName
{
background-color: #FE0976;
}
.BgClassName
{
background-color: #FE0976;
}
</style>
border-color css
<style>
span { border-color: #FE0976; }
span { border-color: rgb(254,9,118); }
td.TdClassName
{
border-color: #FE0976;
}
.TagClassName
{
border-color: #FE0976;
}
</style>