Shades of Magenta #FD0CEC
Tints of Magenta #FD0CEC
RGB
CMYK
RGB Variations
Color information
#FD0CEC (or 0xFD0CEC) is known color: Magenta. HEX triplet: FD, 0C and EC. RGB value is (253,12,236). Sum of RGB (Red+Green+Blue) = 253+12+236=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CEC is #02F313. Grayscale: #6C6C6C. Windows color (decimal): -193300 or 15469821. OLE color: 15469821.
HSL color Cylindrical-coordinate representation of color #FD0CEC: hue angle of 304.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CEC is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 236 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.01 |
| HSL | 304.23º | 0.98% | 0.52% | - |
| HSV(B) | 304.23º | 0.95% | 0.99% | - |
| XYZ | 55.78 | 27.2 | 81.67 | - |
| YUV | 109.6 | 199.34 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 236 | 0 | 0.95 | 0.07 | 0.01 | 304.23 | 0.98 | 0.52 |
| Hex | FD | C | EC | 0 | 5F | 7 | 1 | 130 | 62 | 34 |
| Octal | 375 | 14 | 354 | 0 | 137 | 7 | 1 | 460 | 142 | 64 |
| Binary | 11111101 | 1100 | 11101100 | 0 | 1011111 | 111 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FD0CEC
Complementary color
Monochromatic Colors of #FD0CEC
Black with #FD0CEC
Text Example
Text Example
White with #FD0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CEC; }
p { color: rgb(253,12,236); }
H1.HeaderClassName
{
color: #FD0CEC;
}
.AnyTagClassName
{
color: #FD0CEC;
}
</style>
background-color css
<style>
a { background-color: #FD0CEC; }
a { background-color: rgb(253,12,236); }
div.DivClassName
{
background-color: #FD0CEC;
}
.BgClassName
{
background-color: #FD0CEC;
}
</style>
border-color css
<style>
span { border-color: #FD0CEC; }
span { border-color: rgb(253,12,236); }
td.TdClassName
{
border-color: #FD0CEC;
}
.TagClassName
{
border-color: #FD0CEC;
}
</style>