Shades of Magenta #FD0FFF
Tints of Magenta #FD0FFF
RGB
CMYK
RGB Variations
Color information
#FD0FFF (or 0xFD0FFF) is known color: Magenta. HEX triplet: FD, 0F and FF. RGB value is (253,15,255). Sum of RGB (Red+Green+Blue) = 253+15+255=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 15 (6.25% from 255 or 2.87% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FFF is #02F000. Grayscale: #707070. Windows color (decimal): -192513 or 16715773. OLE color: 16715773.
HSL color Cylindrical-coordinate representation of color #FD0FFF: hue angle of 299.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0FFF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 15 | 255 | - |
| CMYK | 0.01 | 0.94 | 0 | 0 |
| HSL | 299.5º | 1% | 0.53% | - |
| HSV(B) | 299.5º | 0.94% | 1% | - |
| XYZ | 58.73 | 28.44 | 97 | - |
| YUV | 113.52 | 207.85 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 255 | 0.01 | 0.94 | 0 | 0 | 299.5 | 1 | 0.53 |
| Hex | FD | F | FF | 1 | 5E | 0 | 0 | 12C | 64 | 35 |
| Octal | 375 | 17 | 377 | 1 | 136 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111101 | 1111 | 11111111 | 1 | 1011110 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FD0FFF
Complementary color
Monochromatic Colors of #FD0FFF
Black with #FD0FFF
Text Example
Text Example
White with #FD0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FFF; }
p { color: rgb(253,15,255); }
H1.HeaderClassName
{
color: #FD0FFF;
}
.AnyTagClassName
{
color: #FD0FFF;
}
</style>
background-color css
<style>
a { background-color: #FD0FFF; }
a { background-color: rgb(253,15,255); }
div.DivClassName
{
background-color: #FD0FFF;
}
.BgClassName
{
background-color: #FD0FFF;
}
</style>
border-color css
<style>
span { border-color: #FD0FFF; }
span { border-color: rgb(253,15,255); }
td.TdClassName
{
border-color: #FD0FFF;
}
.TagClassName
{
border-color: #FD0FFF;
}
</style>