Shades of Hot Magenta #FE01CF
Tints of Hot Magenta #FE01CF
RGB
CMYK
RGB Variations
Color information
#FE01CF (or 0xFE01CF) is known color: Hot Magenta. HEX triplet: FE, 01 and CF. RGB value is (254,1,207). Sum of RGB (Red+Green+Blue) = 254+1+207=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01CF is #01FE30. Grayscale: #636363. Windows color (decimal): -130609 or 13566462. OLE color: 13566462.
HSL color Cylindrical-coordinate representation of color #FE01CF: hue angle of 311.15º 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 #FE01CF is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.00 |
| HSL | 311.15º | 0.99% | 0.5% | - |
| HSV(B) | 311.15º | 1% | 1% | - |
| XYZ | 52.15 | 25.6 | 61.22 | - |
| YUV | 100.13 | 188.32 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 207 | 0 | 1.00 | 0.19 | 0.00 | 311.15 | 0.99 | 0.5 |
| Hex | FE | 1 | CF | 0 | 64 | 13 | 0 | 137 | 63 | 32 |
| Octal | 376 | 1 | 317 | 0 | 144 | 23 | 0 | 467 | 143 | 62 |
| Binary | 11111110 | 1 | 11001111 | 0 | 1100100 | 10011 | 0 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FE01CF
Complementary color
Monochromatic Colors of #FE01CF
Black with #FE01CF
Text Example
Text Example
White with #FE01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01CF; }
p { color: rgb(254,1,207); }
H1.HeaderClassName
{
color: #FE01CF;
}
.AnyTagClassName
{
color: #FE01CF;
}
</style>
background-color css
<style>
a { background-color: #FE01CF; }
a { background-color: rgb(254,1,207); }
div.DivClassName
{
background-color: #FE01CF;
}
.BgClassName
{
background-color: #FE01CF;
}
</style>
border-color css
<style>
span { border-color: #FE01CF; }
span { border-color: rgb(254,1,207); }
td.TdClassName
{
border-color: #FE01CF;
}
.TagClassName
{
border-color: #FE01CF;
}
</style>