Shades of Magenta #FD0CFF
Tints of Magenta #FD0CFF
RGB
CMYK
RGB Variations
Color information
#FD0CFF (or 0xFD0CFF) is known color: Magenta. HEX triplet: FD, 0C and FF. RGB value is (253,12,255). Sum of RGB (Red+Green+Blue) = 253+12+255=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 12 (5.08% from 255 or 2.31% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD0CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CFF is #02F300. Grayscale: #6F6F6F. Windows color (decimal): -193281 or 16715005. OLE color: 16715005.
HSL color Cylindrical-coordinate representation of color #FD0CFF: hue angle of 299.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CFF is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 12 | 255 | - |
| CMYK | 0.01 | 0.95 | 0 | 0 |
| HSL | 299.51º | 1% | 0.52% | - |
| HSV(B) | 299.51º | 0.95% | 1% | - |
| XYZ | 58.69 | 28.37 | 96.99 | - |
| YUV | 111.76 | 208.84 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 255 | 0.01 | 0.95 | 0 | 0 | 299.51 | 1 | 0.52 |
| Hex | FD | C | FF | 1 | 5F | 0 | 0 | 12C | 64 | 34 |
| Octal | 375 | 14 | 377 | 1 | 137 | 0 | 0 | 454 | 144 | 64 |
| Binary | 11111101 | 1100 | 11111111 | 1 | 1011111 | 0 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FD0CFF
Complementary color
Monochromatic Colors of #FD0CFF
Black with #FD0CFF
Text Example
Text Example
White with #FD0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CFF; }
p { color: rgb(253,12,255); }
H1.HeaderClassName
{
color: #FD0CFF;
}
.AnyTagClassName
{
color: #FD0CFF;
}
</style>
background-color css
<style>
a { background-color: #FD0CFF; }
a { background-color: rgb(253,12,255); }
div.DivClassName
{
background-color: #FD0CFF;
}
.BgClassName
{
background-color: #FD0CFF;
}
</style>
border-color css
<style>
span { border-color: #FD0CFF; }
span { border-color: rgb(253,12,255); }
td.TdClassName
{
border-color: #FD0CFF;
}
.TagClassName
{
border-color: #FD0CFF;
}
</style>