Shades of Magenta #FE07FF
Tints of Magenta #FE07FF
RGB
CMYK
RGB Variations
Color information
#FE07FF (or 0xFE07FF) is known color: Magenta. HEX triplet: FE, 07 and FF. RGB value is (254,7,255). Sum of RGB (Red+Green+Blue) = 254+7+255=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 7 (3.12% from 255 or 1.36% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE07FF is #01F800. Grayscale: #6C6C6C. Windows color (decimal): -129025 or 16713726. OLE color: 16713726.
HSL color Cylindrical-coordinate representation of color #FE07FF: hue angle of 299.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07FF is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 7 | 255 | - |
| CMYK | 0.00 | 0.97 | 0 | 0 |
| HSL | 299.76º | 1% | 0.51% | - |
| HSV(B) | 299.76º | 0.97% | 1% | - |
| XYZ | 59 | 28.44 | 96.99 | - |
| YUV | 109.13 | 210.33 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 255 | 0.00 | 0.97 | 0 | 0 | 299.76 | 1 | 0.51 |
| Hex | FE | 7 | FF | 0 | 61 | 0 | 0 | 12C | 64 | 33 |
| Octal | 376 | 7 | 377 | 0 | 141 | 0 | 0 | 454 | 144 | 63 |
| Binary | 11111110 | 111 | 11111111 | 0 | 1100001 | 0 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FE07FF
Complementary color
Monochromatic Colors of #FE07FF
Black with #FE07FF
Text Example
Text Example
White with #FE07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07FF; }
p { color: rgb(254,7,255); }
H1.HeaderClassName
{
color: #FE07FF;
}
.AnyTagClassName
{
color: #FE07FF;
}
</style>
background-color css
<style>
a { background-color: #FE07FF; }
a { background-color: rgb(254,7,255); }
div.DivClassName
{
background-color: #FE07FF;
}
.BgClassName
{
background-color: #FE07FF;
}
</style>
border-color css
<style>
span { border-color: #FE07FF; }
span { border-color: rgb(254,7,255); }
td.TdClassName
{
border-color: #FE07FF;
}
.TagClassName
{
border-color: #FE07FF;
}
</style>