Shades of Magenta #FD1BED
Tints of Magenta #FD1BED
RGB
CMYK
RGB Variations
Color information
#FD1BED (or 0xFD1BED) is known color: Magenta. HEX triplet: FD, 1B and ED. RGB value is (253,27,237). Sum of RGB (Red+Green+Blue) = 253+27+237=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 27 (10.94% from 255 or 5.22% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1BED is #02E412. Grayscale: #757575. Windows color (decimal): -189459 or 15539197. OLE color: 15539197.
HSL color Cylindrical-coordinate representation of color #FD1BED: hue angle of 304.25º 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 #FD1BED is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 237 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.01 |
| HSL | 304.25º | 0.98% | 0.55% | - |
| HSV(B) | 304.25º | 0.89% | 0.99% | - |
| XYZ | 56.19 | 27.78 | 82.52 | - |
| YUV | 118.51 | 194.87 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 237 | 0 | 0.89 | 0.06 | 0.01 | 304.25 | 0.98 | 0.55 |
| Hex | FD | 1B | ED | 0 | 59 | 6 | 1 | 130 | 62 | 37 |
| Octal | 375 | 33 | 355 | 0 | 131 | 6 | 1 | 460 | 142 | 67 |
| Binary | 11111101 | 11011 | 11101101 | 0 | 1011001 | 110 | 1 | 100110000 | 1100010 | 110111 |
Color Harmonies of #FD1BED
Complementary color
Monochromatic Colors of #FD1BED
Black with #FD1BED
Text Example
Text Example
White with #FD1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BED; }
p { color: rgb(253,27,237); }
H1.HeaderClassName
{
color: #FD1BED;
}
.AnyTagClassName
{
color: #FD1BED;
}
</style>
background-color css
<style>
a { background-color: #FD1BED; }
a { background-color: rgb(253,27,237); }
div.DivClassName
{
background-color: #FD1BED;
}
.BgClassName
{
background-color: #FD1BED;
}
</style>
border-color css
<style>
span { border-color: #FD1BED; }
span { border-color: rgb(253,27,237); }
td.TdClassName
{
border-color: #FD1BED;
}
.TagClassName
{
border-color: #FD1BED;
}
</style>