Shades of Deep Pink #FE0A8C
Tints of Deep Pink #FE0A8C
RGB
CMYK
RGB Variations
Color information
#FE0A8C (or 0xFE0A8C) is known color: Deep Pink. HEX triplet: FE, 0A and 8C. RGB value is (254,10,140). Sum of RGB (Red+Green+Blue) = 254+10+140=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0A8C is #01F573. Grayscale: #616161. Windows color (decimal): -128372 or 9177854. OLE color: 9177854.
HSL color Cylindrical-coordinate representation of color #FE0A8C: hue angle of 328.03º 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 #FE0A8C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.00 |
| HSL | 328.03º | 0.99% | 0.52% | - |
| HSV(B) | 328.03º | 0.96% | 1% | - |
| XYZ | 45.72 | 23.18 | 26.88 | - |
| YUV | 97.78 | 151.84 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 140 | 0 | 0.96 | 0.45 | 0.00 | 328.03 | 0.99 | 0.52 |
| Hex | FE | A | 8C | 0 | 60 | 2D | 0 | 148 | 63 | 34 |
| Octal | 376 | 12 | 214 | 0 | 140 | 55 | 0 | 510 | 143 | 64 |
| Binary | 11111110 | 1010 | 10001100 | 0 | 1100000 | 101101 | 0 | 101001000 | 1100011 | 110100 |
Color Harmonies of #FE0A8C
Complementary color
Monochromatic Colors of #FE0A8C
Black with #FE0A8C
Text Example
Text Example
White with #FE0A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A8C; }
p { color: rgb(254,10,140); }
H1.HeaderClassName
{
color: #FE0A8C;
}
.AnyTagClassName
{
color: #FE0A8C;
}
</style>
background-color css
<style>
a { background-color: #FE0A8C; }
a { background-color: rgb(254,10,140); }
div.DivClassName
{
background-color: #FE0A8C;
}
.BgClassName
{
background-color: #FE0A8C;
}
</style>
border-color css
<style>
span { border-color: #FE0A8C; }
span { border-color: rgb(254,10,140); }
td.TdClassName
{
border-color: #FE0A8C;
}
.TagClassName
{
border-color: #FE0A8C;
}
</style>