Shades of Hot Magenta #FF0BDD
Tints of Hot Magenta #FF0BDD
RGB
CMYK
RGB Variations
Color information
#FF0BDD (or 0xFF0BDD) is known color: Hot Magenta. HEX triplet: FF, 0B and DD. RGB value is (255,11,221). Sum of RGB (Red+Green+Blue) = 255+11+221=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BDD is #00F422. Grayscale: #6B6B6B. Windows color (decimal): -62499 or 14486527. OLE color: 14486527.
HSL color Cylindrical-coordinate representation of color #FF0BDD: hue angle of 308.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BDD is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 221 | - |
| CMYK | 0 | 0.96 | 0.13 | 0 |
| HSL | 308.36º | 1% | 0.52% | - |
| HSV(B) | 308.36º | 0.96% | 1% | - |
| XYZ | 54.41 | 26.72 | 70.7 | - |
| YUV | 107.9 | 191.84 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 221 | 0 | 0.96 | 0.13 | 0 | 308.36 | 1 | 0.52 |
| Hex | FF | B | DD | 0 | 60 | D | 0 | 134 | 64 | 34 |
| Octal | 377 | 13 | 335 | 0 | 140 | 15 | 0 | 464 | 144 | 64 |
| Binary | 11111111 | 1011 | 11011101 | 0 | 1100000 | 1101 | 0 | 100110100 | 1100100 | 110100 |
Color Harmonies of #FF0BDD
Complementary color
Monochromatic Colors of #FF0BDD
Black with #FF0BDD
Text Example
Text Example
White with #FF0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BDD; }
p { color: rgb(255,11,221); }
H1.HeaderClassName
{
color: #FF0BDD;
}
.AnyTagClassName
{
color: #FF0BDD;
}
</style>
background-color css
<style>
a { background-color: #FF0BDD; }
a { background-color: rgb(255,11,221); }
div.DivClassName
{
background-color: #FF0BDD;
}
.BgClassName
{
background-color: #FF0BDD;
}
</style>
border-color css
<style>
span { border-color: #FF0BDD; }
span { border-color: rgb(255,11,221); }
td.TdClassName
{
border-color: #FF0BDD;
}
.TagClassName
{
border-color: #FF0BDD;
}
</style>