Shades of Magenta #FD04EE
Tints of Magenta #FD04EE
RGB
CMYK
RGB Variations
Color information
#FD04EE (or 0xFD04EE) is known color: Magenta. HEX triplet: FD, 04 and EE. RGB value is (253,4,238). Sum of RGB (Red+Green+Blue) = 253+4+238=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 4 (1.95% from 255 or 0.81% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD04EE is #02FB11. Grayscale: #686868. Windows color (decimal): -195346 or 15598845. OLE color: 15598845.
HSL color Cylindrical-coordinate representation of color #FD04EE: hue angle of 303.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD04EE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 238 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.01 |
| HSL | 303.61º | 0.98% | 0.5% | - |
| HSV(B) | 303.61º | 0.98% | 0.99% | - |
| XYZ | 55.98 | 27.14 | 83.18 | - |
| YUV | 105.13 | 202.99 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 238 | 0 | 0.98 | 0.06 | 0.01 | 303.61 | 0.98 | 0.5 |
| Hex | FD | 4 | EE | 0 | 62 | 6 | 1 | 130 | 62 | 32 |
| Octal | 375 | 4 | 356 | 0 | 142 | 6 | 1 | 460 | 142 | 62 |
| Binary | 11111101 | 100 | 11101110 | 0 | 1100010 | 110 | 1 | 100110000 | 1100010 | 110010 |
Color Harmonies of #FD04EE
Complementary color
Monochromatic Colors of #FD04EE
Black with #FD04EE
Text Example
Text Example
White with #FD04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD04EE; }
p { color: rgb(253,4,238); }
H1.HeaderClassName
{
color: #FD04EE;
}
.AnyTagClassName
{
color: #FD04EE;
}
</style>
background-color css
<style>
a { background-color: #FD04EE; }
a { background-color: rgb(253,4,238); }
div.DivClassName
{
background-color: #FD04EE;
}
.BgClassName
{
background-color: #FD04EE;
}
</style>
border-color css
<style>
span { border-color: #FD04EE; }
span { border-color: rgb(253,4,238); }
td.TdClassName
{
border-color: #FD04EE;
}
.TagClassName
{
border-color: #FD04EE;
}
</style>