Shades of Hot Magenta #FD0BE0
Tints of Hot Magenta #FD0BE0
RGB
CMYK
RGB Variations
Color information
#FD0BE0 (or 0xFD0BE0) is known color: Hot Magenta. HEX triplet: FD, 0B and E0. RGB value is (253,11,224). Sum of RGB (Red+Green+Blue) = 253+11+224=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0BE0 is #02F41F. Grayscale: #6B6B6B. Windows color (decimal): -193568 or 14683133. OLE color: 14683133.
HSL color Cylindrical-coordinate representation of color #FD0BE0: hue angle of 307.19º 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 #FD0BE0 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 224 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.01 |
| HSL | 307.19º | 0.98% | 0.52% | - |
| HSV(B) | 307.19º | 0.96% | 0.99% | - |
| XYZ | 54.08 | 26.5 | 72.79 | - |
| YUV | 107.64 | 193.67 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 224 | 0 | 0.96 | 0.11 | 0.01 | 307.19 | 0.98 | 0.52 |
| Hex | FD | B | E0 | 0 | 60 | B | 1 | 133 | 62 | 34 |
| Octal | 375 | 13 | 340 | 0 | 140 | 13 | 1 | 463 | 142 | 64 |
| Binary | 11111101 | 1011 | 11100000 | 0 | 1100000 | 1011 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FD0BE0
Complementary color
Monochromatic Colors of #FD0BE0
Black with #FD0BE0
Text Example
Text Example
White with #FD0BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BE0; }
p { color: rgb(253,11,224); }
H1.HeaderClassName
{
color: #FD0BE0;
}
.AnyTagClassName
{
color: #FD0BE0;
}
</style>
background-color css
<style>
a { background-color: #FD0BE0; }
a { background-color: rgb(253,11,224); }
div.DivClassName
{
background-color: #FD0BE0;
}
.BgClassName
{
background-color: #FD0BE0;
}
</style>
border-color css
<style>
span { border-color: #FD0BE0; }
span { border-color: rgb(253,11,224); }
td.TdClassName
{
border-color: #FD0BE0;
}
.TagClassName
{
border-color: #FD0BE0;
}
</style>