Shades of Magenta #FD0CEE
Tints of Magenta #FD0CEE
RGB
CMYK
RGB Variations
Color information
#FD0CEE (or 0xFD0CEE) is known color: Magenta. HEX triplet: FD, 0C and EE. RGB value is (253,12,238). Sum of RGB (Red+Green+Blue) = 253+12+238=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CEE is #02F311. Grayscale: #6D6D6D. Windows color (decimal): -193298 or 15600893. OLE color: 15600893.
HSL color Cylindrical-coordinate representation of color #FD0CEE: hue angle of 303.73º 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 #FD0CEE is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 238 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.01 |
| HSL | 303.73º | 0.98% | 0.52% | - |
| HSV(B) | 303.73º | 0.95% | 0.99% | - |
| XYZ | 56.07 | 27.32 | 83.21 | - |
| YUV | 109.82 | 200.34 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 238 | 0 | 0.95 | 0.06 | 0.01 | 303.73 | 0.98 | 0.52 |
| Hex | FD | C | EE | 0 | 5F | 6 | 1 | 130 | 62 | 34 |
| Octal | 375 | 14 | 356 | 0 | 137 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111101 | 1100 | 11101110 | 0 | 1011111 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FD0CEE
Complementary color
Monochromatic Colors of #FD0CEE
Black with #FD0CEE
Text Example
Text Example
White with #FD0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CEE; }
p { color: rgb(253,12,238); }
H1.HeaderClassName
{
color: #FD0CEE;
}
.AnyTagClassName
{
color: #FD0CEE;
}
</style>
background-color css
<style>
a { background-color: #FD0CEE; }
a { background-color: rgb(253,12,238); }
div.DivClassName
{
background-color: #FD0CEE;
}
.BgClassName
{
background-color: #FD0CEE;
}
</style>
border-color css
<style>
span { border-color: #FD0CEE; }
span { border-color: rgb(253,12,238); }
td.TdClassName
{
border-color: #FD0CEE;
}
.TagClassName
{
border-color: #FD0CEE;
}
</style>