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