Shades of Magenta #FD01FE
Tints of Magenta #FD01FE
RGB
CMYK
RGB Variations
Color information
#FD01FE (or 0xFD01FE) is known color: Magenta. HEX triplet: FD, 01 and FE. RGB value is (253,1,254). Sum of RGB (Red+Green+Blue) = 253+1+254=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 1 (0.78% from 255 or 0.20% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD01FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01FE is #02FE01. Grayscale: #686868. Windows color (decimal): -196098 or 16646653. OLE color: 16646653.
HSL color Cylindrical-coordinate representation of color #FD01FE: hue angle of 299.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01FE is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 1 | 254 | - |
| CMYK | 0.00 | 1.00 | 0 | 0.00 |
| HSL | 299.76º | 0.99% | 0.5% | - |
| HSV(B) | 299.76º | 1% | 1% | - |
| XYZ | 58.41 | 28.06 | 96.1 | - |
| YUV | 105.19 | 211.99 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 254 | 0.00 | 1.00 | 0 | 0.00 | 299.76 | 0.99 | 0.5 |
| Hex | FD | 1 | FE | 0 | 64 | 0 | 0 | 12C | 63 | 32 |
| Octal | 375 | 1 | 376 | 0 | 144 | 0 | 0 | 454 | 143 | 62 |
| Binary | 11111101 | 1 | 11111110 | 0 | 1100100 | 0 | 0 | 100101100 | 1100011 | 110010 |
Color Harmonies of #FD01FE
Complementary color
Monochromatic Colors of #FD01FE
Black with #FD01FE
Text Example
Text Example
White with #FD01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01FE; }
p { color: rgb(253,1,254); }
H1.HeaderClassName
{
color: #FD01FE;
}
.AnyTagClassName
{
color: #FD01FE;
}
</style>
background-color css
<style>
a { background-color: #FD01FE; }
a { background-color: rgb(253,1,254); }
div.DivClassName
{
background-color: #FD01FE;
}
.BgClassName
{
background-color: #FD01FE;
}
</style>
border-color css
<style>
span { border-color: #FD01FE; }
span { border-color: rgb(253,1,254); }
td.TdClassName
{
border-color: #FD01FE;
}
.TagClassName
{
border-color: #FD01FE;
}
</style>