Shades of Magenta #FD0FF0
Tints of Magenta #FD0FF0
RGB
CMYK
RGB Variations
Color information
#FD0FF0 (or 0xFD0FF0) is known color: Magenta. HEX triplet: FD, 0F and F0. RGB value is (253,15,240). Sum of RGB (Red+Green+Blue) = 253+15+240=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FF0 is #02F00F. Grayscale: #6F6F6F. Windows color (decimal): -192528 or 15732733. OLE color: 15732733.
HSL color Cylindrical-coordinate representation of color #FD0FF0: hue angle of 303.28º 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 #FD0FF0 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 240 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.01 |
| HSL | 303.28º | 0.98% | 0.53% | - |
| HSV(B) | 303.28º | 0.94% | 0.99% | - |
| XYZ | 56.41 | 27.52 | 84.78 | - |
| YUV | 111.81 | 200.35 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 240 | 0 | 0.94 | 0.05 | 0.01 | 303.28 | 0.98 | 0.53 |
| Hex | FD | F | F0 | 0 | 5E | 5 | 1 | 12F | 62 | 35 |
| Octal | 375 | 17 | 360 | 0 | 136 | 5 | 1 | 457 | 142 | 65 |
| Binary | 11111101 | 1111 | 11110000 | 0 | 1011110 | 101 | 1 | 100101111 | 1100010 | 110101 |
Color Harmonies of #FD0FF0
Complementary color
Monochromatic Colors of #FD0FF0
Black with #FD0FF0
Text Example
Text Example
White with #FD0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FF0; }
p { color: rgb(253,15,240); }
H1.HeaderClassName
{
color: #FD0FF0;
}
.AnyTagClassName
{
color: #FD0FF0;
}
</style>
background-color css
<style>
a { background-color: #FD0FF0; }
a { background-color: rgb(253,15,240); }
div.DivClassName
{
background-color: #FD0FF0;
}
.BgClassName
{
background-color: #FD0FF0;
}
</style>
border-color css
<style>
span { border-color: #FD0FF0; }
span { border-color: rgb(253,15,240); }
td.TdClassName
{
border-color: #FD0FF0;
}
.TagClassName
{
border-color: #FD0FF0;
}
</style>