Shades of Magenta #FF02FE
Tints of Magenta #FF02FE
RGB
CMYK
RGB Variations
Color information
#FF02FE (or 0xFF02FE) is known color: Magenta. HEX triplet: FF, 02 and FE. RGB value is (255,2,254). Sum of RGB (Red+Green+Blue) = 255+2+254=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 2 (1.17% from 255 or 0.39% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02FE is #00FD01. Grayscale: #696969. Windows color (decimal): -64770 or 16646911. OLE color: 16646911.
HSL color Cylindrical-coordinate representation of color #FF02FE: hue angle of 300.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02FE is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 254 | - |
| CMYK | 0 | 0.99 | 0.00 | 0 |
| HSL | 300.24º | 1% | 0.5% | - |
| HSV(B) | 300.24º | 0.99% | 1% | - |
| XYZ | 59.15 | 28.46 | 96.14 | - |
| YUV | 106.38 | 211.32 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 254 | 0 | 0.99 | 0.00 | 0 | 300.24 | 1 | 0.5 |
| Hex | FF | 2 | FE | 0 | 63 | 0 | 0 | 12C | 64 | 32 |
| Octal | 377 | 2 | 376 | 0 | 143 | 0 | 0 | 454 | 144 | 62 |
| Binary | 11111111 | 10 | 11111110 | 0 | 1100011 | 0 | 0 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FF02FE
Complementary color
Monochromatic Colors of #FF02FE
Black with #FF02FE
Text Example
Text Example
White with #FF02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02FE; }
p { color: rgb(255,2,254); }
H1.HeaderClassName
{
color: #FF02FE;
}
.AnyTagClassName
{
color: #FF02FE;
}
</style>
background-color css
<style>
a { background-color: #FF02FE; }
a { background-color: rgb(255,2,254); }
div.DivClassName
{
background-color: #FF02FE;
}
.BgClassName
{
background-color: #FF02FE;
}
</style>
border-color css
<style>
span { border-color: #FF02FE; }
span { border-color: rgb(255,2,254); }
td.TdClassName
{
border-color: #FF02FE;
}
.TagClassName
{
border-color: #FF02FE;
}
</style>