Shades of Magenta #FD0BED
Tints of Magenta #FD0BED
RGB
CMYK
RGB Variations
Color information
#FD0BED (or 0xFD0BED) is known color: Magenta. HEX triplet: FD, 0B and ED. RGB value is (253,11,237). Sum of RGB (Red+Green+Blue) = 253+11+237=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0BED is #02F412. Grayscale: #6C6C6C. Windows color (decimal): -193555 or 15535101. OLE color: 15535101.
HSL color Cylindrical-coordinate representation of color #FD0BED: hue angle of 303.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0BED is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 237 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.01 |
| HSL | 303.97º | 0.98% | 0.52% | - |
| HSV(B) | 303.97º | 0.96% | 0.99% | - |
| XYZ | 55.91 | 27.24 | 82.43 | - |
| YUV | 109.12 | 200.17 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 237 | 0 | 0.96 | 0.06 | 0.01 | 303.97 | 0.98 | 0.52 |
| Hex | FD | B | ED | 0 | 60 | 6 | 1 | 130 | 62 | 34 |
| Octal | 375 | 13 | 355 | 0 | 140 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111101 | 1011 | 11101101 | 0 | 1100000 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FD0BED
Complementary color
Monochromatic Colors of #FD0BED
Black with #FD0BED
Text Example
Text Example
White with #FD0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BED; }
p { color: rgb(253,11,237); }
H1.HeaderClassName
{
color: #FD0BED;
}
.AnyTagClassName
{
color: #FD0BED;
}
</style>
background-color css
<style>
a { background-color: #FD0BED; }
a { background-color: rgb(253,11,237); }
div.DivClassName
{
background-color: #FD0BED;
}
.BgClassName
{
background-color: #FD0BED;
}
</style>
border-color css
<style>
span { border-color: #FD0BED; }
span { border-color: rgb(253,11,237); }
td.TdClassName
{
border-color: #FD0BED;
}
.TagClassName
{
border-color: #FD0BED;
}
</style>