Shades of Magenta #FD0FFE
Tints of Magenta #FD0FFE
RGB
CMYK
RGB Variations
Color information
#FD0FFE (or 0xFD0FFE) is known color: Magenta. HEX triplet: FD, 0F and FE. RGB value is (253,15,254). Sum of RGB (Red+Green+Blue) = 253+15+254=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 15 (6.25% from 255 or 2.87% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD0FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FFE is #02F001. Grayscale: #707070. Windows color (decimal): -192514 or 16650237. OLE color: 16650237.
HSL color Cylindrical-coordinate representation of color #FD0FFE: hue angle of 299.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0FFE is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 15 | 254 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.00 |
| HSL | 299.75º | 0.99% | 0.53% | - |
| HSV(B) | 299.75º | 0.94% | 1% | - |
| XYZ | 58.57 | 28.38 | 96.16 | - |
| YUV | 113.41 | 207.35 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 254 | 0.00 | 0.94 | 0 | 0.00 | 299.75 | 0.99 | 0.53 |
| Hex | FD | F | FE | 0 | 5E | 0 | 0 | 12C | 63 | 35 |
| Octal | 375 | 17 | 376 | 0 | 136 | 0 | 0 | 454 | 143 | 65 |
| Binary | 11111101 | 1111 | 11111110 | 0 | 1011110 | 0 | 0 | 100101100 | 1100011 | 110101 |
Color Harmonies of #FD0FFE
Complementary color
Monochromatic Colors of #FD0FFE
Black with #FD0FFE
Text Example
Text Example
White with #FD0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FFE; }
p { color: rgb(253,15,254); }
H1.HeaderClassName
{
color: #FD0FFE;
}
.AnyTagClassName
{
color: #FD0FFE;
}
</style>
background-color css
<style>
a { background-color: #FD0FFE; }
a { background-color: rgb(253,15,254); }
div.DivClassName
{
background-color: #FD0FFE;
}
.BgClassName
{
background-color: #FD0FFE;
}
</style>
border-color css
<style>
span { border-color: #FD0FFE; }
span { border-color: rgb(253,15,254); }
td.TdClassName
{
border-color: #FD0FFE;
}
.TagClassName
{
border-color: #FD0FFE;
}
</style>