Shades of Magenta #FD20FE
Tints of Magenta #FD20FE
RGB
CMYK
RGB Variations
Color information
#FD20FE (or 0xFD20FE) is known color: Magenta. HEX triplet: FD, 20 and FE. RGB value is (253,32,254). Sum of RGB (Red+Green+Blue) = 253+32+254=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 32 (12.89% from 255 or 5.94% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD20FE is #02DF01. Grayscale: #7A7A7A. Windows color (decimal): -188162 or 16654589. OLE color: 16654589.
HSL color Cylindrical-coordinate representation of color #FD20FE: hue angle of 299.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD20FE is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 32 | 254 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.00 |
| HSL | 299.73º | 0.99% | 0.56% | - |
| HSV(B) | 299.73º | 0.87% | 1% | - |
| XYZ | 58.91 | 29.07 | 96.27 | - |
| YUV | 123.39 | 201.72 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 254 | 0.00 | 0.87 | 0 | 0.00 | 299.73 | 0.99 | 0.56 |
| Hex | FD | 20 | FE | 0 | 57 | 0 | 0 | 12C | 63 | 38 |
| Octal | 375 | 40 | 376 | 0 | 127 | 0 | 0 | 454 | 143 | 70 |
| Binary | 11111101 | 100000 | 11111110 | 0 | 1010111 | 0 | 0 | 100101100 | 1100011 | 111000 |
Color Harmonies of #FD20FE
Complementary color
Monochromatic Colors of #FD20FE
Black with #FD20FE
Text Example
Text Example
White with #FD20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD20FE; }
p { color: rgb(253,32,254); }
H1.HeaderClassName
{
color: #FD20FE;
}
.AnyTagClassName
{
color: #FD20FE;
}
</style>
background-color css
<style>
a { background-color: #FD20FE; }
a { background-color: rgb(253,32,254); }
div.DivClassName
{
background-color: #FD20FE;
}
.BgClassName
{
background-color: #FD20FE;
}
</style>
border-color css
<style>
span { border-color: #FD20FE; }
span { border-color: rgb(253,32,254); }
td.TdClassName
{
border-color: #FD20FE;
}
.TagClassName
{
border-color: #FD20FE;
}
</style>