Shades of Magenta #FD0FEA
Tints of Magenta #FD0FEA
RGB
CMYK
RGB Variations
Color information
#FD0FEA (or 0xFD0FEA) is known color: Magenta. HEX triplet: FD, 0F and EA. RGB value is (253,15,234). Sum of RGB (Red+Green+Blue) = 253+15+234=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 15 (6.25% from 255 or 2.99% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FEA is #02F015. Grayscale: #6E6E6E. Windows color (decimal): -192534 or 15339517. OLE color: 15339517.
HSL color Cylindrical-coordinate representation of color #FD0FEA: hue angle of 304.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0FEA is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 234 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.01 |
| HSL | 304.79º | 0.98% | 0.53% | - |
| HSV(B) | 304.79º | 0.94% | 0.99% | - |
| XYZ | 55.53 | 27.16 | 80.16 | - |
| YUV | 111.13 | 197.35 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 234 | 0 | 0.94 | 0.08 | 0.01 | 304.79 | 0.98 | 0.53 |
| Hex | FD | F | EA | 0 | 5E | 8 | 1 | 131 | 62 | 35 |
| Octal | 375 | 17 | 352 | 0 | 136 | 10 | 1 | 461 | 142 | 65 |
| Binary | 11111101 | 1111 | 11101010 | 0 | 1011110 | 1000 | 1 | 100110001 | 1100010 | 110101 |
Color Harmonies of #FD0FEA
Complementary color
Monochromatic Colors of #FD0FEA
Black with #FD0FEA
Text Example
Text Example
White with #FD0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FEA; }
p { color: rgb(253,15,234); }
H1.HeaderClassName
{
color: #FD0FEA;
}
.AnyTagClassName
{
color: #FD0FEA;
}
</style>
background-color css
<style>
a { background-color: #FD0FEA; }
a { background-color: rgb(253,15,234); }
div.DivClassName
{
background-color: #FD0FEA;
}
.BgClassName
{
background-color: #FD0FEA;
}
</style>
border-color css
<style>
span { border-color: #FD0FEA; }
span { border-color: rgb(253,15,234); }
td.TdClassName
{
border-color: #FD0FEA;
}
.TagClassName
{
border-color: #FD0FEA;
}
</style>