Shades of Magenta #FD1CF5
Tints of Magenta #FD1CF5
RGB
CMYK
RGB Variations
Color information
#FD1CF5 (or 0xFD1CF5) is known color: Magenta. HEX triplet: FD, 1C and F5. RGB value is (253,28,245). Sum of RGB (Red+Green+Blue) = 253+28+245=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CF5 is #02E30A. Grayscale: #777777. Windows color (decimal): -189195 or 16063741. OLE color: 16063741.
HSL color Cylindrical-coordinate representation of color #FD1CF5: hue angle of 302.13º 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 #FD1CF5 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 245 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.01 |
| HSL | 302.13º | 0.98% | 0.55% | - |
| HSV(B) | 302.13º | 0.89% | 0.99% | - |
| XYZ | 57.4 | 28.31 | 88.82 | - |
| YUV | 120.01 | 198.54 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 245 | 0 | 0.89 | 0.03 | 0.01 | 302.13 | 0.98 | 0.55 |
| Hex | FD | 1C | F5 | 0 | 59 | 3 | 1 | 12E | 62 | 37 |
| Octal | 375 | 34 | 365 | 0 | 131 | 3 | 1 | 456 | 142 | 67 |
| Binary | 11111101 | 11100 | 11110101 | 0 | 1011001 | 11 | 1 | 100101110 | 1100010 | 110111 |
Color Harmonies of #FD1CF5
Complementary color
Monochromatic Colors of #FD1CF5
Black with #FD1CF5
Text Example
Text Example
White with #FD1CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CF5; }
p { color: rgb(253,28,245); }
H1.HeaderClassName
{
color: #FD1CF5;
}
.AnyTagClassName
{
color: #FD1CF5;
}
</style>
background-color css
<style>
a { background-color: #FD1CF5; }
a { background-color: rgb(253,28,245); }
div.DivClassName
{
background-color: #FD1CF5;
}
.BgClassName
{
background-color: #FD1CF5;
}
</style>
border-color css
<style>
span { border-color: #FD1CF5; }
span { border-color: rgb(253,28,245); }
td.TdClassName
{
border-color: #FD1CF5;
}
.TagClassName
{
border-color: #FD1CF5;
}
</style>