Shades of Hot Magenta #FE03CF
Tints of Hot Magenta #FE03CF
RGB
CMYK
RGB Variations
Color information
#FE03CF (or 0xFE03CF) is known color: Hot Magenta. HEX triplet: FE, 03 and CF. RGB value is (254,3,207). Sum of RGB (Red+Green+Blue) = 254+3+207=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03CF is #01FC30. Grayscale: #646464. Windows color (decimal): -130097 or 13566974. OLE color: 13566974.
HSL color Cylindrical-coordinate representation of color #FE03CF: hue angle of 311.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE03CF is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.00 |
| HSL | 311.24º | 0.99% | 0.5% | - |
| HSV(B) | 311.24º | 0.99% | 1% | - |
| XYZ | 52.17 | 25.64 | 61.23 | - |
| YUV | 101.31 | 187.66 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 207 | 0 | 0.99 | 0.19 | 0.00 | 311.24 | 0.99 | 0.5 |
| Hex | FE | 3 | CF | 0 | 63 | 13 | 0 | 137 | 63 | 32 |
| Octal | 376 | 3 | 317 | 0 | 143 | 23 | 0 | 467 | 143 | 62 |
| Binary | 11111110 | 11 | 11001111 | 0 | 1100011 | 10011 | 0 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FE03CF
Complementary color
Monochromatic Colors of #FE03CF
Black with #FE03CF
Text Example
Text Example
White with #FE03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03CF; }
p { color: rgb(254,3,207); }
H1.HeaderClassName
{
color: #FE03CF;
}
.AnyTagClassName
{
color: #FE03CF;
}
</style>
background-color css
<style>
a { background-color: #FE03CF; }
a { background-color: rgb(254,3,207); }
div.DivClassName
{
background-color: #FE03CF;
}
.BgClassName
{
background-color: #FE03CF;
}
</style>
border-color css
<style>
span { border-color: #FE03CF; }
span { border-color: rgb(254,3,207); }
td.TdClassName
{
border-color: #FE03CF;
}
.TagClassName
{
border-color: #FE03CF;
}
</style>