Shades of Magenta #FD1BE8
Tints of Magenta #FD1BE8
RGB
CMYK
RGB Variations
Color information
#FD1BE8 (or 0xFD1BE8) is known color: Magenta. HEX triplet: FD, 1B and E8. RGB value is (253,27,232). Sum of RGB (Red+Green+Blue) = 253+27+232=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1BE8 is #02E417. Grayscale: #757575. Windows color (decimal): -189464 or 15211517. OLE color: 15211517.
HSL color Cylindrical-coordinate representation of color #FD1BE8: hue angle of 305.58º 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 #FD1BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.01 |
| HSL | 305.58º | 0.98% | 0.55% | - |
| HSV(B) | 305.58º | 0.89% | 0.99% | - |
| XYZ | 55.47 | 27.49 | 78.73 | - |
| YUV | 117.94 | 192.37 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 232 | 0 | 0.89 | 0.08 | 0.01 | 305.58 | 0.98 | 0.55 |
| Hex | FD | 1B | E8 | 0 | 59 | 8 | 1 | 132 | 62 | 37 |
| Octal | 375 | 33 | 350 | 0 | 131 | 10 | 1 | 462 | 142 | 67 |
| Binary | 11111101 | 11011 | 11101000 | 0 | 1011001 | 1000 | 1 | 100110010 | 1100010 | 110111 |
Color Harmonies of #FD1BE8
Complementary color
Monochromatic Colors of #FD1BE8
Black with #FD1BE8
Text Example
Text Example
White with #FD1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BE8; }
p { color: rgb(253,27,232); }
H1.HeaderClassName
{
color: #FD1BE8;
}
.AnyTagClassName
{
color: #FD1BE8;
}
</style>
background-color css
<style>
a { background-color: #FD1BE8; }
a { background-color: rgb(253,27,232); }
div.DivClassName
{
background-color: #FD1BE8;
}
.BgClassName
{
background-color: #FD1BE8;
}
</style>
border-color css
<style>
span { border-color: #FD1BE8; }
span { border-color: rgb(253,27,232); }
td.TdClassName
{
border-color: #FD1BE8;
}
.TagClassName
{
border-color: #FD1BE8;
}
</style>