Shades of Magenta #FD01EE
Tints of Magenta #FD01EE
RGB
CMYK
RGB Variations
Color information
#FD01EE (or 0xFD01EE) is known color: Magenta. HEX triplet: FD, 01 and EE. RGB value is (253,1,238). Sum of RGB (Red+Green+Blue) = 253+1+238=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01EE is #02FE11. Grayscale: #666666. Windows color (decimal): -196114 or 15598077. OLE color: 15598077.
HSL color Cylindrical-coordinate representation of color #FD01EE: hue angle of 303.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01EE is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 238 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.01 |
| HSL | 303.57º | 0.99% | 0.5% | - |
| HSV(B) | 303.57º | 1% | 0.99% | - |
| XYZ | 55.95 | 27.08 | 83.17 | - |
| YUV | 103.37 | 203.99 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 238 | 0 | 1.00 | 0.06 | 0.01 | 303.57 | 0.99 | 0.5 |
| Hex | FD | 1 | EE | 0 | 64 | 6 | 1 | 130 | 63 | 32 |
| Octal | 375 | 1 | 356 | 0 | 144 | 6 | 1 | 460 | 143 | 62 |
| Binary | 11111101 | 1 | 11101110 | 0 | 1100100 | 110 | 1 | 100110000 | 1100011 | 110010 |
Color Harmonies of #FD01EE
Complementary color
Monochromatic Colors of #FD01EE
Black with #FD01EE
Text Example
Text Example
White with #FD01EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01EE; }
p { color: rgb(253,1,238); }
H1.HeaderClassName
{
color: #FD01EE;
}
.AnyTagClassName
{
color: #FD01EE;
}
</style>
background-color css
<style>
a { background-color: #FD01EE; }
a { background-color: rgb(253,1,238); }
div.DivClassName
{
background-color: #FD01EE;
}
.BgClassName
{
background-color: #FD01EE;
}
</style>
border-color css
<style>
span { border-color: #FD01EE; }
span { border-color: rgb(253,1,238); }
td.TdClassName
{
border-color: #FD01EE;
}
.TagClassName
{
border-color: #FD01EE;
}
</style>