Shades of Magenta #FF00FD
Tints of Magenta #FF00FD
RGB
CMYK
RGB Variations
Color information
#FF00FD (or 0xFF00FD) is known color: Magenta. HEX triplet: FF, 00 and FD. RGB value is (255,0,253). Sum of RGB (Red+Green+Blue) = 255+0+253=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 0 (0.39% from 255 or 0% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00FD is #00FF02. Grayscale: #686868. Windows color (decimal): -65283 or 16580863. OLE color: 16580863.
HSL color Cylindrical-coordinate representation of color #FF00FD: hue angle of 300.47º 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 #FF00FD is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 253 | - |
| CMYK | 0 | 1 | 0.01 | 0 |
| HSL | 300.47º | 1% | 0.5% | - |
| HSV(B) | 300.47º | 1% | 1% | - |
| XYZ | 58.97 | 28.35 | 95.29 | - |
| YUV | 105.09 | 211.48 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 253 | 0 | 1 | 0.01 | 0 | 300.47 | 1 | 0.5 |
| Hex | FF | 0 | FD | 0 | 64 | 1 | 0 | 12C | 64 | 32 |
| Octal | 377 | 0 | 375 | 0 | 144 | 1 | 0 | 454 | 144 | 62 |
| Binary | 11111111 | 0 | 11111101 | 0 | 1100100 | 1 | 0 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FF00FD
Complementary color
Monochromatic Colors of #FF00FD
Black with #FF00FD
Text Example
Text Example
White with #FF00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00FD; }
p { color: rgb(255,0,253); }
H1.HeaderClassName
{
color: #FF00FD;
}
.AnyTagClassName
{
color: #FF00FD;
}
</style>
background-color css
<style>
a { background-color: #FF00FD; }
a { background-color: rgb(255,0,253); }
div.DivClassName
{
background-color: #FF00FD;
}
.BgClassName
{
background-color: #FF00FD;
}
</style>
border-color css
<style>
span { border-color: #FF00FD; }
span { border-color: rgb(255,0,253); }
td.TdClassName
{
border-color: #FF00FD;
}
.TagClassName
{
border-color: #FF00FD;
}
</style>