Shades of Hot Magenta #FE0AD3
Tints of Hot Magenta #FE0AD3
RGB
CMYK
RGB Variations
Color information
#FE0AD3 (or 0xFE0AD3) is known color: Hot Magenta. HEX triplet: FE, 0A and D3. RGB value is (254,10,211). Sum of RGB (Red+Green+Blue) = 254+10+211=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0AD3 is #01F52C. Grayscale: #696969. Windows color (decimal): -128301 or 13830910. OLE color: 13830910.
HSL color Cylindrical-coordinate representation of color #FE0AD3: hue angle of 310.57º 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 #FE0AD3 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 211 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.00 |
| HSL | 310.57º | 0.99% | 0.52% | - |
| HSV(B) | 310.57º | 0.96% | 1% | - |
| XYZ | 52.74 | 25.99 | 63.87 | - |
| YUV | 105.87 | 187.34 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 211 | 0 | 0.96 | 0.17 | 0.00 | 310.57 | 0.99 | 0.52 |
| Hex | FE | A | D3 | 0 | 60 | 11 | 0 | 137 | 63 | 34 |
| Octal | 376 | 12 | 323 | 0 | 140 | 21 | 0 | 467 | 143 | 64 |
| Binary | 11111110 | 1010 | 11010011 | 0 | 1100000 | 10001 | 0 | 100110111 | 1100011 | 110100 |
Color Harmonies of #FE0AD3
Complementary color
Monochromatic Colors of #FE0AD3
Black with #FE0AD3
Text Example
Text Example
White with #FE0AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AD3; }
p { color: rgb(254,10,211); }
H1.HeaderClassName
{
color: #FE0AD3;
}
.AnyTagClassName
{
color: #FE0AD3;
}
</style>
background-color css
<style>
a { background-color: #FE0AD3; }
a { background-color: rgb(254,10,211); }
div.DivClassName
{
background-color: #FE0AD3;
}
.BgClassName
{
background-color: #FE0AD3;
}
</style>
border-color css
<style>
span { border-color: #FE0AD3; }
span { border-color: rgb(254,10,211); }
td.TdClassName
{
border-color: #FE0AD3;
}
.TagClassName
{
border-color: #FE0AD3;
}
</style>