Shades of Hot Magenta #FF0BCB
Tints of Hot Magenta #FF0BCB
RGB
CMYK
RGB Variations
Color information
#FF0BCB (or 0xFF0BCB) is known color: Hot Magenta. HEX triplet: FF, 0B and CB. RGB value is (255,11,203). Sum of RGB (Red+Green+Blue) = 255+11+203=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BCB is #00F434. Grayscale: #696969. Windows color (decimal): -62517 or 13306879. OLE color: 13306879.
HSL color Cylindrical-coordinate representation of color #FF0BCB: hue angle of 312.79º 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 #FF0BCB is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 203 | - |
| CMYK | 0 | 0.96 | 0.20 | 0 |
| HSL | 312.79º | 1% | 0.52% | - |
| HSV(B) | 312.79º | 0.96% | 1% | - |
| XYZ | 52.14 | 25.81 | 58.73 | - |
| YUV | 105.84 | 182.84 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 203 | 0 | 0.96 | 0.20 | 0 | 312.79 | 1 | 0.52 |
| Hex | FF | B | CB | 0 | 60 | 14 | 0 | 139 | 64 | 34 |
| Octal | 377 | 13 | 313 | 0 | 140 | 24 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1011 | 11001011 | 0 | 1100000 | 10100 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF0BCB
Complementary color
Monochromatic Colors of #FF0BCB
Black with #FF0BCB
Text Example
Text Example
White with #FF0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BCB; }
p { color: rgb(255,11,203); }
H1.HeaderClassName
{
color: #FF0BCB;
}
.AnyTagClassName
{
color: #FF0BCB;
}
</style>
background-color css
<style>
a { background-color: #FF0BCB; }
a { background-color: rgb(255,11,203); }
div.DivClassName
{
background-color: #FF0BCB;
}
.BgClassName
{
background-color: #FF0BCB;
}
</style>
border-color css
<style>
span { border-color: #FF0BCB; }
span { border-color: rgb(255,11,203); }
td.TdClassName
{
border-color: #FF0BCB;
}
.TagClassName
{
border-color: #FF0BCB;
}
</style>