Shades of Magenta #FD1CFD
Tints of Magenta #FD1CFD
RGB
CMYK
RGB Variations
Color information
#FD1CFD (or 0xFD1CFD) is known color: Magenta. HEX triplet: FD, 1C and FD. RGB value is (253,28,253). Sum of RGB (Red+Green+Blue) = 253+28+253=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 28 (11.33% from 255 or 5.24% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD1CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CFD is #02E302. Grayscale: #787878. Windows color (decimal): -189187 or 16588029. OLE color: 16588029.
HSL color Cylindrical-coordinate representation of color #FD1CFD: hue angle of 300º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CFD is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 253 | - |
| CMYK | 0 | 0.89 | 0 | 0.01 |
| HSL | 300º | 0.98% | 0.55% | - |
| HSV(B) | 300º | 0.89% | 0.99% | - |
| XYZ | 58.65 | 28.81 | 95.4 | - |
| YUV | 120.93 | 202.54 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 253 | 0 | 0.89 | 0 | 0.01 | 300 | 0.98 | 0.55 |
| Hex | FD | 1C | FD | 0 | 59 | 0 | 1 | 12C | 62 | 37 |
| Octal | 375 | 34 | 375 | 0 | 131 | 0 | 1 | 454 | 142 | 67 |
| Binary | 11111101 | 11100 | 11111101 | 0 | 1011001 | 0 | 1 | 100101100 | 1100010 | 110111 |
Color Harmonies of #FD1CFD
Complementary color
Monochromatic Colors of #FD1CFD
Black with #FD1CFD
Text Example
Text Example
White with #FD1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CFD; }
p { color: rgb(253,28,253); }
H1.HeaderClassName
{
color: #FD1CFD;
}
.AnyTagClassName
{
color: #FD1CFD;
}
</style>
background-color css
<style>
a { background-color: #FD1CFD; }
a { background-color: rgb(253,28,253); }
div.DivClassName
{
background-color: #FD1CFD;
}
.BgClassName
{
background-color: #FD1CFD;
}
</style>
border-color css
<style>
span { border-color: #FD1CFD; }
span { border-color: rgb(253,28,253); }
td.TdClassName
{
border-color: #FD1CFD;
}
.TagClassName
{
border-color: #FD1CFD;
}
</style>