Shades of Hot Magenta #FE01C2
Tints of Hot Magenta #FE01C2
RGB
CMYK
RGB Variations
Color information
#FE01C2 (or 0xFE01C2) is known color: Hot Magenta. HEX triplet: FE, 01 and C2. RGB value is (254,1,194). Sum of RGB (Red+Green+Blue) = 254+1+194=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01C2 is #01FE3D. Grayscale: #626262. Windows color (decimal): -130622 or 12714494. OLE color: 12714494.
HSL color Cylindrical-coordinate representation of color #FE01C2: hue angle of 314.23º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01C2 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.00 |
| HSL | 314.23º | 0.99% | 0.5% | - |
| HSV(B) | 314.23º | 1% | 1% | - |
| XYZ | 50.62 | 24.99 | 53.19 | - |
| YUV | 98.65 | 181.82 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 194 | 0 | 1.00 | 0.24 | 0.00 | 314.23 | 0.99 | 0.5 |
| Hex | FE | 1 | C2 | 0 | 64 | 18 | 0 | 13A | 63 | 32 |
| Octal | 376 | 1 | 302 | 0 | 144 | 30 | 0 | 472 | 143 | 62 |
| Binary | 11111110 | 1 | 11000010 | 0 | 1100100 | 11000 | 0 | 100111010 | 1100011 | 110010 |
Color Harmonies of #FE01C2
Complementary color
Monochromatic Colors of #FE01C2
Black with #FE01C2
Text Example
Text Example
White with #FE01C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01C2; }
p { color: rgb(254,1,194); }
H1.HeaderClassName
{
color: #FE01C2;
}
.AnyTagClassName
{
color: #FE01C2;
}
</style>
background-color css
<style>
a { background-color: #FE01C2; }
a { background-color: rgb(254,1,194); }
div.DivClassName
{
background-color: #FE01C2;
}
.BgClassName
{
background-color: #FE01C2;
}
</style>
border-color css
<style>
span { border-color: #FE01C2; }
span { border-color: rgb(254,1,194); }
td.TdClassName
{
border-color: #FE01C2;
}
.TagClassName
{
border-color: #FE01C2;
}
</style>