Shades of Magenta #FD1BEC
Tints of Magenta #FD1BEC
RGB
CMYK
RGB Variations
Color information
#FD1BEC (or 0xFD1BEC) is known color: Magenta. HEX triplet: FD, 1B and EC. RGB value is (253,27,236). Sum of RGB (Red+Green+Blue) = 253+27+236=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 27 (10.94% from 255 or 5.23% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1BEC is #02E413. Grayscale: #757575. Windows color (decimal): -189460 or 15473661. OLE color: 15473661.
HSL color Cylindrical-coordinate representation of color #FD1BEC: hue angle of 304.51º 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 #FD1BEC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 236 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.01 |
| HSL | 304.51º | 0.98% | 0.55% | - |
| HSV(B) | 304.51º | 0.89% | 0.99% | - |
| XYZ | 56.04 | 27.72 | 81.75 | - |
| YUV | 118.4 | 194.37 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 236 | 0 | 0.89 | 0.07 | 0.01 | 304.51 | 0.98 | 0.55 |
| Hex | FD | 1B | EC | 0 | 59 | 7 | 1 | 131 | 62 | 37 |
| Octal | 375 | 33 | 354 | 0 | 131 | 7 | 1 | 461 | 142 | 67 |
| Binary | 11111101 | 11011 | 11101100 | 0 | 1011001 | 111 | 1 | 100110001 | 1100010 | 110111 |
Color Harmonies of #FD1BEC
Complementary color
Monochromatic Colors of #FD1BEC
Black with #FD1BEC
Text Example
Text Example
White with #FD1BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BEC; }
p { color: rgb(253,27,236); }
H1.HeaderClassName
{
color: #FD1BEC;
}
.AnyTagClassName
{
color: #FD1BEC;
}
</style>
background-color css
<style>
a { background-color: #FD1BEC; }
a { background-color: rgb(253,27,236); }
div.DivClassName
{
background-color: #FD1BEC;
}
.BgClassName
{
background-color: #FD1BEC;
}
</style>
border-color css
<style>
span { border-color: #FD1BEC; }
span { border-color: rgb(253,27,236); }
td.TdClassName
{
border-color: #FD1BEC;
}
.TagClassName
{
border-color: #FD1BEC;
}
</style>