Shades of Magenta #FE08FF
Tints of Magenta #FE08FF
RGB
CMYK
RGB Variations
Color information
#FE08FF (or 0xFE08FF) is known color: Magenta. HEX triplet: FE, 08 and FF. RGB value is (254,8,255). Sum of RGB (Red+Green+Blue) = 254+8+255=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 8 (3.52% from 255 or 1.55% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE08FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE08FF is #01F700. Grayscale: #6C6C6C. Windows color (decimal): -128769 or 16713982. OLE color: 16713982.
HSL color Cylindrical-coordinate representation of color #FE08FF: hue angle of 299.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE08FF is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 8 | 255 | - |
| CMYK | 0.00 | 0.97 | 0 | 0 |
| HSL | 299.76º | 1% | 0.52% | - |
| HSV(B) | 299.76º | 0.97% | 1% | - |
| XYZ | 59.01 | 28.46 | 96.99 | - |
| YUV | 109.71 | 210 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 255 | 0.00 | 0.97 | 0 | 0 | 299.76 | 1 | 0.52 |
| Hex | FE | 8 | FF | 0 | 61 | 0 | 0 | 12C | 64 | 34 |
| Octal | 376 | 10 | 377 | 0 | 141 | 0 | 0 | 454 | 144 | 64 |
| Binary | 11111110 | 1000 | 11111111 | 0 | 1100001 | 0 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FE08FF
Complementary color
Monochromatic Colors of #FE08FF
Black with #FE08FF
Text Example
Text Example
White with #FE08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08FF; }
p { color: rgb(254,8,255); }
H1.HeaderClassName
{
color: #FE08FF;
}
.AnyTagClassName
{
color: #FE08FF;
}
</style>
background-color css
<style>
a { background-color: #FE08FF; }
a { background-color: rgb(254,8,255); }
div.DivClassName
{
background-color: #FE08FF;
}
.BgClassName
{
background-color: #FE08FF;
}
</style>
border-color css
<style>
span { border-color: #FE08FF; }
span { border-color: rgb(254,8,255); }
td.TdClassName
{
border-color: #FE08FF;
}
.TagClassName
{
border-color: #FE08FF;
}
</style>