Shades of Magenta #FD1CFE
Tints of Magenta #FD1CFE
RGB
CMYK
RGB Variations
Color information
#FD1CFE (or 0xFD1CFE) is known color: Magenta. HEX triplet: FD, 1C and FE. RGB value is (253,28,254). Sum of RGB (Red+Green+Blue) = 253+28+254=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 28 (11.33% from 255 or 5.23% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD1CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CFE is #02E301. Grayscale: #787878. Windows color (decimal): -189186 or 16653565. OLE color: 16653565.
HSL color Cylindrical-coordinate representation of color #FD1CFE: hue angle of 299.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CFE is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 28 | 254 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.00 |
| HSL | 299.73º | 0.99% | 0.55% | - |
| HSV(B) | 299.73º | 0.89% | 1% | - |
| XYZ | 58.81 | 28.87 | 96.24 | - |
| YUV | 121.04 | 203.04 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 254 | 0.00 | 0.89 | 0 | 0.00 | 299.73 | 0.99 | 0.55 |
| Hex | FD | 1C | FE | 0 | 59 | 0 | 0 | 12C | 63 | 37 |
| Octal | 375 | 34 | 376 | 0 | 131 | 0 | 0 | 454 | 143 | 67 |
| Binary | 11111101 | 11100 | 11111110 | 0 | 1011001 | 0 | 0 | 100101100 | 1100011 | 110111 |
Color Harmonies of #FD1CFE
Complementary color
Monochromatic Colors of #FD1CFE
Black with #FD1CFE
Text Example
Text Example
White with #FD1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CFE; }
p { color: rgb(253,28,254); }
H1.HeaderClassName
{
color: #FD1CFE;
}
.AnyTagClassName
{
color: #FD1CFE;
}
</style>
background-color css
<style>
a { background-color: #FD1CFE; }
a { background-color: rgb(253,28,254); }
div.DivClassName
{
background-color: #FD1CFE;
}
.BgClassName
{
background-color: #FD1CFE;
}
</style>
border-color css
<style>
span { border-color: #FD1CFE; }
span { border-color: rgb(253,28,254); }
td.TdClassName
{
border-color: #FD1CFE;
}
.TagClassName
{
border-color: #FD1CFE;
}
</style>