Shades of Magenta #FD00FC
Tints of Magenta #FD00FC
RGB
CMYK
RGB Variations
Color information
#FD00FC (or 0xFD00FC) is known color: Magenta. HEX triplet: FD, 00 and FC. RGB value is (253,0,252). Sum of RGB (Red+Green+Blue) = 253+0+252=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 0 (0.39% from 255 or 0% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD00FC is #02FF03. Grayscale: #676767. Windows color (decimal): -196356 or 16515325. OLE color: 16515325.
HSL color Cylindrical-coordinate representation of color #FD00FC: hue angle of 300.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00FC is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 252 | - |
| CMYK | 0 | 1 | 0.00 | 0.01 |
| HSL | 300.24º | 1% | 0.5% | - |
| HSV(B) | 300.24º | 1% | 0.99% | - |
| XYZ | 58.08 | 27.91 | 94.42 | - |
| YUV | 104.38 | 211.32 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 252 | 0 | 1 | 0.00 | 0.01 | 300.24 | 1 | 0.5 |
| Hex | FD | 0 | FC | 0 | 64 | 0 | 1 | 12C | 64 | 32 |
| Octal | 375 | 0 | 374 | 0 | 144 | 0 | 1 | 454 | 144 | 62 |
| Binary | 11111101 | 0 | 11111100 | 0 | 1100100 | 0 | 1 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FD00FC
Complementary color
Monochromatic Colors of #FD00FC
Black with #FD00FC
Text Example
Text Example
White with #FD00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00FC; }
p { color: rgb(253,0,252); }
H1.HeaderClassName
{
color: #FD00FC;
}
.AnyTagClassName
{
color: #FD00FC;
}
</style>
background-color css
<style>
a { background-color: #FD00FC; }
a { background-color: rgb(253,0,252); }
div.DivClassName
{
background-color: #FD00FC;
}
.BgClassName
{
background-color: #FD00FC;
}
</style>
border-color css
<style>
span { border-color: #FD00FC; }
span { border-color: rgb(253,0,252); }
td.TdClassName
{
border-color: #FD00FC;
}
.TagClassName
{
border-color: #FD00FC;
}
</style>