Shades of Magenta #FE05F0
Tints of Magenta #FE05F0
RGB
CMYK
RGB Variations
Color information
#FE05F0 (or 0xFE05F0) is known color: Magenta. HEX triplet: FE, 05 and F0. RGB value is (254,5,240). Sum of RGB (Red+Green+Blue) = 254+5+240=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 5 (2.34% from 255 or 1.00% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05F0 is #01FA0F. Grayscale: #696969. Windows color (decimal): -129552 or 15730174. OLE color: 15730174.
HSL color Cylindrical-coordinate representation of color #FE05F0: hue angle of 303.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05F0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 240 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.00 |
| HSL | 303.37º | 0.99% | 0.51% | - |
| HSV(B) | 303.37º | 0.98% | 1% | - |
| XYZ | 56.66 | 27.47 | 84.75 | - |
| YUV | 106.24 | 203.49 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 240 | 0 | 0.98 | 0.06 | 0.00 | 303.37 | 0.99 | 0.51 |
| Hex | FE | 5 | F0 | 0 | 62 | 6 | 0 | 12F | 63 | 33 |
| Octal | 376 | 5 | 360 | 0 | 142 | 6 | 0 | 457 | 143 | 63 |
| Binary | 11111110 | 101 | 11110000 | 0 | 1100010 | 110 | 0 | 100101111 | 1100011 | 110011 |
Color Harmonies of #FE05F0
Complementary color
Monochromatic Colors of #FE05F0
Black with #FE05F0
Text Example
Text Example
White with #FE05F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05F0; }
p { color: rgb(254,5,240); }
H1.HeaderClassName
{
color: #FE05F0;
}
.AnyTagClassName
{
color: #FE05F0;
}
</style>
background-color css
<style>
a { background-color: #FE05F0; }
a { background-color: rgb(254,5,240); }
div.DivClassName
{
background-color: #FE05F0;
}
.BgClassName
{
background-color: #FE05F0;
}
</style>
border-color css
<style>
span { border-color: #FE05F0; }
span { border-color: rgb(254,5,240); }
td.TdClassName
{
border-color: #FE05F0;
}
.TagClassName
{
border-color: #FE05F0;
}
</style>