Shades of Hot Magenta #FE01C3
Tints of Hot Magenta #FE01C3
RGB
CMYK
RGB Variations
Color information
#FE01C3 (or 0xFE01C3) is known color: Hot Magenta. HEX triplet: FE, 01 and C3. RGB value is (254,1,195). Sum of RGB (Red+Green+Blue) = 254+1+195=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01C3 is #01FE3C. Grayscale: #626262. Windows color (decimal): -130621 or 12780030. OLE color: 12780030.
HSL color Cylindrical-coordinate representation of color #FE01C3: hue angle of 313.99º 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 #FE01C3 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 195 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.00 |
| HSL | 313.99º | 0.99% | 0.5% | - |
| HSV(B) | 313.99º | 1% | 1% | - |
| XYZ | 50.73 | 25.03 | 53.79 | - |
| YUV | 98.76 | 182.32 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 195 | 0 | 1.00 | 0.23 | 0.00 | 313.99 | 0.99 | 0.5 |
| Hex | FE | 1 | C3 | 0 | 64 | 17 | 0 | 13A | 63 | 32 |
| Octal | 376 | 1 | 303 | 0 | 144 | 27 | 0 | 472 | 143 | 62 |
| Binary | 11111110 | 1 | 11000011 | 0 | 1100100 | 10111 | 0 | 100111010 | 1100011 | 110010 |
Color Harmonies of #FE01C3
Complementary color
Monochromatic Colors of #FE01C3
Black with #FE01C3
Text Example
Text Example
White with #FE01C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01C3; }
p { color: rgb(254,1,195); }
H1.HeaderClassName
{
color: #FE01C3;
}
.AnyTagClassName
{
color: #FE01C3;
}
</style>
background-color css
<style>
a { background-color: #FE01C3; }
a { background-color: rgb(254,1,195); }
div.DivClassName
{
background-color: #FE01C3;
}
.BgClassName
{
background-color: #FE01C3;
}
</style>
border-color css
<style>
span { border-color: #FE01C3; }
span { border-color: rgb(254,1,195); }
td.TdClassName
{
border-color: #FE01C3;
}
.TagClassName
{
border-color: #FE01C3;
}
</style>