Shades of Magenta #FF05FE
Tints of Magenta #FF05FE
RGB
CMYK
RGB Variations
Color information
#FF05FE (or 0xFF05FE) is known color: Magenta. HEX triplet: FF, 05 and FE. RGB value is (255,5,254). Sum of RGB (Red+Green+Blue) = 255+5+254=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 5 (2.34% from 255 or 0.97% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05FE is #00FA01. Grayscale: #6B6B6B. Windows color (decimal): -64002 or 16647679. OLE color: 16647679.
HSL color Cylindrical-coordinate representation of color #FF05FE: hue angle of 300.24º 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 #FF05FE is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 254 | - |
| CMYK | 0 | 0.98 | 0.00 | 0 |
| HSL | 300.24º | 1% | 0.51% | - |
| HSV(B) | 300.24º | 0.98% | 1% | - |
| XYZ | 59.18 | 28.52 | 96.15 | - |
| YUV | 108.14 | 210.33 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 254 | 0 | 0.98 | 0.00 | 0 | 300.24 | 1 | 0.51 |
| Hex | FF | 5 | FE | 0 | 62 | 0 | 0 | 12C | 64 | 33 |
| Octal | 377 | 5 | 376 | 0 | 142 | 0 | 0 | 454 | 144 | 63 |
| Binary | 11111111 | 101 | 11111110 | 0 | 1100010 | 0 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FF05FE
Complementary color
Monochromatic Colors of #FF05FE
Black with #FF05FE
Text Example
Text Example
White with #FF05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05FE; }
p { color: rgb(255,5,254); }
H1.HeaderClassName
{
color: #FF05FE;
}
.AnyTagClassName
{
color: #FF05FE;
}
</style>
background-color css
<style>
a { background-color: #FF05FE; }
a { background-color: rgb(255,5,254); }
div.DivClassName
{
background-color: #FF05FE;
}
.BgClassName
{
background-color: #FF05FE;
}
</style>
border-color css
<style>
span { border-color: #FF05FE; }
span { border-color: rgb(255,5,254); }
td.TdClassName
{
border-color: #FF05FE;
}
.TagClassName
{
border-color: #FF05FE;
}
</style>