Shades of Deep Pink #FE0A9D
Tints of Deep Pink #FE0A9D
RGB
CMYK
RGB Variations
Color information
#FE0A9D (or 0xFE0A9D) is known color: Deep Pink. HEX triplet: FE, 0A and 9D. RGB value is (254,10,157). Sum of RGB (Red+Green+Blue) = 254+10+157=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0A9D is #01F562. Grayscale: #636363. Windows color (decimal): -128355 or 10291966. OLE color: 10291966.
HSL color Cylindrical-coordinate representation of color #FE0A9D: hue angle of 323.85º 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 #FE0A9D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 157 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.00 |
| HSL | 323.85º | 0.99% | 0.52% | - |
| HSV(B) | 323.85º | 0.96% | 1% | - |
| XYZ | 47.07 | 23.72 | 34 | - |
| YUV | 99.71 | 160.34 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 157 | 0 | 0.96 | 0.38 | 0.00 | 323.85 | 0.99 | 0.52 |
| Hex | FE | A | 9D | 0 | 60 | 26 | 0 | 144 | 63 | 34 |
| Octal | 376 | 12 | 235 | 0 | 140 | 46 | 0 | 504 | 143 | 64 |
| Binary | 11111110 | 1010 | 10011101 | 0 | 1100000 | 100110 | 0 | 101000100 | 1100011 | 110100 |
Color Harmonies of #FE0A9D
Complementary color
Monochromatic Colors of #FE0A9D
Black with #FE0A9D
Text Example
Text Example
White with #FE0A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A9D; }
p { color: rgb(254,10,157); }
H1.HeaderClassName
{
color: #FE0A9D;
}
.AnyTagClassName
{
color: #FE0A9D;
}
</style>
background-color css
<style>
a { background-color: #FE0A9D; }
a { background-color: rgb(254,10,157); }
div.DivClassName
{
background-color: #FE0A9D;
}
.BgClassName
{
background-color: #FE0A9D;
}
</style>
border-color css
<style>
span { border-color: #FE0A9D; }
span { border-color: rgb(254,10,157); }
td.TdClassName
{
border-color: #FE0A9D;
}
.TagClassName
{
border-color: #FE0A9D;
}
</style>