Shades of Magenta #FD00FB
Tints of Magenta #FD00FB
RGB
CMYK
RGB Variations
Color information
#FD00FB (or 0xFD00FB) is known color: Magenta. HEX triplet: FD, 00 and FB. RGB value is (253,0,251). Sum of RGB (Red+Green+Blue) = 253+0+251=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 0 (0.39% from 255 or 0% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD00FB is #02FF04. Grayscale: #676767. Windows color (decimal): -196357 or 16449789. OLE color: 16449789.
HSL color Cylindrical-coordinate representation of color #FD00FB: hue angle of 300.47º 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 #FD00FB is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 251 | - |
| CMYK | 0 | 1 | 0.01 | 0.01 |
| HSL | 300.47º | 1% | 0.5% | - |
| HSV(B) | 300.47º | 1% | 0.99% | - |
| XYZ | 57.92 | 27.85 | 93.59 | - |
| YUV | 104.26 | 210.82 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 251 | 0 | 1 | 0.01 | 0.01 | 300.47 | 1 | 0.5 |
| Hex | FD | 0 | FB | 0 | 64 | 1 | 1 | 12C | 64 | 32 |
| Octal | 375 | 0 | 373 | 0 | 144 | 1 | 1 | 454 | 144 | 62 |
| Binary | 11111101 | 0 | 11111011 | 0 | 1100100 | 1 | 1 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FD00FB
Complementary color
Monochromatic Colors of #FD00FB
Black with #FD00FB
Text Example
Text Example
White with #FD00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00FB; }
p { color: rgb(253,0,251); }
H1.HeaderClassName
{
color: #FD00FB;
}
.AnyTagClassName
{
color: #FD00FB;
}
</style>
background-color css
<style>
a { background-color: #FD00FB; }
a { background-color: rgb(253,0,251); }
div.DivClassName
{
background-color: #FD00FB;
}
.BgClassName
{
background-color: #FD00FB;
}
</style>
border-color css
<style>
span { border-color: #FD00FB; }
span { border-color: rgb(253,0,251); }
td.TdClassName
{
border-color: #FD00FB;
}
.TagClassName
{
border-color: #FD00FB;
}
</style>