Shades of Magenta #FD0CFE
Tints of Magenta #FD0CFE
RGB
CMYK
RGB Variations
Color information
#FD0CFE (or 0xFD0CFE) is known color: Magenta. HEX triplet: FD, 0C and FE. RGB value is (253,12,254). Sum of RGB (Red+Green+Blue) = 253+12+254=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 12 (5.08% from 255 or 2.31% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD0CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CFE is #02F301. Grayscale: #6E6E6E. Windows color (decimal): -193282 or 16649469. OLE color: 16649469.
HSL color Cylindrical-coordinate representation of color #FD0CFE: hue angle of 299.75º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CFE is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 12 | 254 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.00 |
| HSL | 299.75º | 0.99% | 0.52% | - |
| HSV(B) | 299.75º | 0.95% | 1% | - |
| XYZ | 58.53 | 28.3 | 96.14 | - |
| YUV | 111.65 | 208.34 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 254 | 0.00 | 0.95 | 0 | 0.00 | 299.75 | 0.99 | 0.52 |
| Hex | FD | C | FE | 0 | 5F | 0 | 0 | 12C | 63 | 34 |
| Octal | 375 | 14 | 376 | 0 | 137 | 0 | 0 | 454 | 143 | 64 |
| Binary | 11111101 | 1100 | 11111110 | 0 | 1011111 | 0 | 0 | 100101100 | 1100011 | 110100 |
Color Harmonies of #FD0CFE
Complementary color
Monochromatic Colors of #FD0CFE
Black with #FD0CFE
Text Example
Text Example
White with #FD0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CFE; }
p { color: rgb(253,12,254); }
H1.HeaderClassName
{
color: #FD0CFE;
}
.AnyTagClassName
{
color: #FD0CFE;
}
</style>
background-color css
<style>
a { background-color: #FD0CFE; }
a { background-color: rgb(253,12,254); }
div.DivClassName
{
background-color: #FD0CFE;
}
.BgClassName
{
background-color: #FD0CFE;
}
</style>
border-color css
<style>
span { border-color: #FD0CFE; }
span { border-color: rgb(253,12,254); }
td.TdClassName
{
border-color: #FD0CFE;
}
.TagClassName
{
border-color: #FD0CFE;
}
</style>