Shades of Hot Magenta #FF0BCE
Tints of Hot Magenta #FF0BCE
RGB
CMYK
RGB Variations
Color information
#FF0BCE (or 0xFF0BCE) is known color: Hot Magenta. HEX triplet: FF, 0B and CE. RGB value is (255,11,206). Sum of RGB (Red+Green+Blue) = 255+11+206=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BCE is #00F431. Grayscale: #696969. Windows color (decimal): -62514 or 13503487. OLE color: 13503487.
HSL color Cylindrical-coordinate representation of color #FF0BCE: hue angle of 312.05º 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 #FF0BCE is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 206 | - |
| CMYK | 0 | 0.96 | 0.19 | 0 |
| HSL | 312.05º | 1% | 0.52% | - |
| HSV(B) | 312.05º | 0.96% | 1% | - |
| XYZ | 52.5 | 25.96 | 60.64 | - |
| YUV | 106.19 | 184.34 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 206 | 0 | 0.96 | 0.19 | 0 | 312.05 | 1 | 0.52 |
| Hex | FF | B | CE | 0 | 60 | 13 | 0 | 138 | 64 | 34 |
| Octal | 377 | 13 | 316 | 0 | 140 | 23 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1011 | 11001110 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF0BCE
Complementary color
Monochromatic Colors of #FF0BCE
Black with #FF0BCE
Text Example
Text Example
White with #FF0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BCE; }
p { color: rgb(255,11,206); }
H1.HeaderClassName
{
color: #FF0BCE;
}
.AnyTagClassName
{
color: #FF0BCE;
}
</style>
background-color css
<style>
a { background-color: #FF0BCE; }
a { background-color: rgb(255,11,206); }
div.DivClassName
{
background-color: #FF0BCE;
}
.BgClassName
{
background-color: #FF0BCE;
}
</style>
border-color css
<style>
span { border-color: #FF0BCE; }
span { border-color: rgb(255,11,206); }
td.TdClassName
{
border-color: #FF0BCE;
}
.TagClassName
{
border-color: #FF0BCE;
}
</style>