Shades of Magenta #FD0CED
Tints of Magenta #FD0CED
RGB
CMYK
RGB Variations
Color information
#FD0CED (or 0xFD0CED) is known color: Magenta. HEX triplet: FD, 0C and ED. RGB value is (253,12,237). Sum of RGB (Red+Green+Blue) = 253+12+237=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CED is #02F312. Grayscale: #6D6D6D. Windows color (decimal): -193299 or 15535357. OLE color: 15535357.
HSL color Cylindrical-coordinate representation of color #FD0CED: hue angle of 303.98º 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 #FD0CED is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 237 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.01 |
| HSL | 303.98º | 0.98% | 0.52% | - |
| HSV(B) | 303.98º | 0.95% | 0.99% | - |
| XYZ | 55.93 | 27.26 | 82.43 | - |
| YUV | 109.71 | 199.84 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 237 | 0 | 0.95 | 0.06 | 0.01 | 303.98 | 0.98 | 0.52 |
| Hex | FD | C | ED | 0 | 5F | 6 | 1 | 130 | 62 | 34 |
| Octal | 375 | 14 | 355 | 0 | 137 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111101 | 1100 | 11101101 | 0 | 1011111 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FD0CED
Complementary color
Monochromatic Colors of #FD0CED
Black with #FD0CED
Text Example
Text Example
White with #FD0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CED; }
p { color: rgb(253,12,237); }
H1.HeaderClassName
{
color: #FD0CED;
}
.AnyTagClassName
{
color: #FD0CED;
}
</style>
background-color css
<style>
a { background-color: #FD0CED; }
a { background-color: rgb(253,12,237); }
div.DivClassName
{
background-color: #FD0CED;
}
.BgClassName
{
background-color: #FD0CED;
}
</style>
border-color css
<style>
span { border-color: #FD0CED; }
span { border-color: rgb(253,12,237); }
td.TdClassName
{
border-color: #FD0CED;
}
.TagClassName
{
border-color: #FD0CED;
}
</style>