Shades of Magenta #FE04FF
Tints of Magenta #FE04FF
RGB
CMYK
RGB Variations
Color information
#FE04FF (or 0xFE04FF) is known color: Magenta. HEX triplet: FE, 04 and FF. RGB value is (254,4,255). Sum of RGB (Red+Green+Blue) = 254+4+255=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 4 (1.95% from 255 or 0.78% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04FF is #01FB00. Grayscale: #6A6A6A. Windows color (decimal): -129793 or 16712958. OLE color: 16712958.
HSL color Cylindrical-coordinate representation of color #FE04FF: hue angle of 299.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE04FF is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 4 | 255 | - |
| CMYK | 0.00 | 0.98 | 0 | 0 |
| HSL | 299.76º | 1% | 0.51% | - |
| HSV(B) | 299.76º | 0.98% | 1% | - |
| XYZ | 58.97 | 28.38 | 96.98 | - |
| YUV | 107.36 | 211.33 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 255 | 0.00 | 0.98 | 0 | 0 | 299.76 | 1 | 0.51 |
| Hex | FE | 4 | FF | 0 | 62 | 0 | 0 | 12C | 64 | 33 |
| Octal | 376 | 4 | 377 | 0 | 142 | 0 | 0 | 454 | 144 | 63 |
| Binary | 11111110 | 100 | 11111111 | 0 | 1100010 | 0 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FE04FF
Complementary color
Monochromatic Colors of #FE04FF
Black with #FE04FF
Text Example
Text Example
White with #FE04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04FF; }
p { color: rgb(254,4,255); }
H1.HeaderClassName
{
color: #FE04FF;
}
.AnyTagClassName
{
color: #FE04FF;
}
</style>
background-color css
<style>
a { background-color: #FE04FF; }
a { background-color: rgb(254,4,255); }
div.DivClassName
{
background-color: #FE04FF;
}
.BgClassName
{
background-color: #FE04FF;
}
</style>
border-color css
<style>
span { border-color: #FE04FF; }
span { border-color: rgb(254,4,255); }
td.TdClassName
{
border-color: #FE04FF;
}
.TagClassName
{
border-color: #FE04FF;
}
</style>