Shades of Magenta #FD04FE
Tints of Magenta #FD04FE
RGB
CMYK
RGB Variations
Color information
#FD04FE (or 0xFD04FE) is known color: Magenta. HEX triplet: FD, 04 and FE. RGB value is (253,4,254). Sum of RGB (Red+Green+Blue) = 253+4+254=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 4 (1.95% from 255 or 0.78% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD04FE is #02FB01. Grayscale: #6A6A6A. Windows color (decimal): -195330 or 16647421. OLE color: 16647421.
HSL color Cylindrical-coordinate representation of color #FD04FE: hue angle of 299.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD04FE is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 4 | 254 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.00 |
| HSL | 299.76º | 0.99% | 0.51% | - |
| HSV(B) | 299.76º | 0.98% | 1% | - |
| XYZ | 58.44 | 28.13 | 96.11 | - |
| YUV | 106.95 | 210.99 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 254 | 0.00 | 0.98 | 0 | 0.00 | 299.76 | 0.99 | 0.51 |
| Hex | FD | 4 | FE | 0 | 62 | 0 | 0 | 12C | 63 | 33 |
| Octal | 375 | 4 | 376 | 0 | 142 | 0 | 0 | 454 | 143 | 63 |
| Binary | 11111101 | 100 | 11111110 | 0 | 1100010 | 0 | 0 | 100101100 | 1100011 | 110011 |
Color Harmonies of #FD04FE
Complementary color
Monochromatic Colors of #FD04FE
Black with #FD04FE
Text Example
Text Example
White with #FD04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD04FE; }
p { color: rgb(253,4,254); }
H1.HeaderClassName
{
color: #FD04FE;
}
.AnyTagClassName
{
color: #FD04FE;
}
</style>
background-color css
<style>
a { background-color: #FD04FE; }
a { background-color: rgb(253,4,254); }
div.DivClassName
{
background-color: #FD04FE;
}
.BgClassName
{
background-color: #FD04FE;
}
</style>
border-color css
<style>
span { border-color: #FD04FE; }
span { border-color: rgb(253,4,254); }
td.TdClassName
{
border-color: #FD04FE;
}
.TagClassName
{
border-color: #FD04FE;
}
</style>