Shades of Magenta #FE08FE
Tints of Magenta #FE08FE
RGB
CMYK
RGB Variations
Color information
#FE08FE (or 0xFE08FE) is known color: Magenta. HEX triplet: FE, 08 and FE. RGB value is (254,8,254). Sum of RGB (Red+Green+Blue) = 254+8+254=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 8 (3.52% from 255 or 1.55% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE08FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE08FE is #01F701. Grayscale: #6C6C6C. Windows color (decimal): -128770 or 16648446. OLE color: 16648446.
HSL color Cylindrical-coordinate representation of color #FE08FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE08FE is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 254 | - |
| CMYK | 0 | 0.97 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.51% | - |
| HSV(B) | 300º | 0.97% | 1% | - |
| XYZ | 58.85 | 28.4 | 96.15 | - |
| YUV | 109.6 | 209.5 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 254 | 0 | 0.97 | 0 | 0.00 | 300 | 0.99 | 0.51 |
| Hex | FE | 8 | FE | 0 | 61 | 0 | 0 | 12C | 63 | 33 |
| Octal | 376 | 10 | 376 | 0 | 141 | 0 | 0 | 454 | 143 | 63 |
| Binary | 11111110 | 1000 | 11111110 | 0 | 1100001 | 0 | 0 | 100101100 | 1100011 | 110011 |
Color Harmonies of #FE08FE
Complementary color
Monochromatic Colors of #FE08FE
Black with #FE08FE
Text Example
Text Example
White with #FE08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08FE; }
p { color: rgb(254,8,254); }
H1.HeaderClassName
{
color: #FE08FE;
}
.AnyTagClassName
{
color: #FE08FE;
}
</style>
background-color css
<style>
a { background-color: #FE08FE; }
a { background-color: rgb(254,8,254); }
div.DivClassName
{
background-color: #FE08FE;
}
.BgClassName
{
background-color: #FE08FE;
}
</style>
border-color css
<style>
span { border-color: #FE08FE; }
span { border-color: rgb(254,8,254); }
td.TdClassName
{
border-color: #FE08FE;
}
.TagClassName
{
border-color: #FE08FE;
}
</style>