Shades of Deep Pink #FE10A0
Tints of Deep Pink #FE10A0
RGB
CMYK
RGB Variations
Color information
#FE10A0 (or 0xFE10A0) is known color: Deep Pink. HEX triplet: FE, 10 and A0. RGB value is (254,16,160). Sum of RGB (Red+Green+Blue) = 254+16+160=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE10A0 is #01EF5F. Grayscale: #676767. Windows color (decimal): -126816 or 10490110. OLE color: 10490110.
HSL color Cylindrical-coordinate representation of color #FE10A0: hue angle of 323.7º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10A0 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 160 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.00 |
| HSL | 323.7º | 0.99% | 0.53% | - |
| HSV(B) | 323.7º | 0.94% | 1% | - |
| XYZ | 47.4 | 23.98 | 35.39 | - |
| YUV | 103.58 | 159.85 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 160 | 0 | 0.94 | 0.37 | 0.00 | 323.7 | 0.99 | 0.53 |
| Hex | FE | 10 | A0 | 0 | 5E | 25 | 0 | 144 | 63 | 35 |
| Octal | 376 | 20 | 240 | 0 | 136 | 45 | 0 | 504 | 143 | 65 |
| Binary | 11111110 | 10000 | 10100000 | 0 | 1011110 | 100101 | 0 | 101000100 | 1100011 | 110101 |
Color Harmonies of #FE10A0
Complementary color
Monochromatic Colors of #FE10A0
Black with #FE10A0
Text Example
Text Example
White with #FE10A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10A0; }
p { color: rgb(254,16,160); }
H1.HeaderClassName
{
color: #FE10A0;
}
.AnyTagClassName
{
color: #FE10A0;
}
</style>
background-color css
<style>
a { background-color: #FE10A0; }
a { background-color: rgb(254,16,160); }
div.DivClassName
{
background-color: #FE10A0;
}
.BgClassName
{
background-color: #FE10A0;
}
</style>
border-color css
<style>
span { border-color: #FE10A0; }
span { border-color: rgb(254,16,160); }
td.TdClassName
{
border-color: #FE10A0;
}
.TagClassName
{
border-color: #FE10A0;
}
</style>