Shades of Hot Magenta #FF0BCA
Tints of Hot Magenta #FF0BCA
RGB
CMYK
RGB Variations
Color information
#FF0BCA (or 0xFF0BCA) is known color: Hot Magenta. HEX triplet: FF, 0B and CA. RGB value is (255,11,202). Sum of RGB (Red+Green+Blue) = 255+11+202=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BCA is #00F435. Grayscale: #696969. Windows color (decimal): -62518 or 13241343. OLE color: 13241343.
HSL color Cylindrical-coordinate representation of color #FF0BCA: hue angle of 313.03º 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 #FF0BCA is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 202 | - |
| CMYK | 0 | 0.96 | 0.21 | 0 |
| HSL | 313.03º | 1% | 0.52% | - |
| HSV(B) | 313.03º | 0.96% | 1% | - |
| XYZ | 52.02 | 25.76 | 58.11 | - |
| YUV | 105.73 | 182.34 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 202 | 0 | 0.96 | 0.21 | 0 | 313.03 | 1 | 0.52 |
| Hex | FF | B | CA | 0 | 60 | 15 | 0 | 139 | 64 | 34 |
| Octal | 377 | 13 | 312 | 0 | 140 | 25 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1011 | 11001010 | 0 | 1100000 | 10101 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF0BCA
Complementary color
Monochromatic Colors of #FF0BCA
Black with #FF0BCA
Text Example
Text Example
White with #FF0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BCA; }
p { color: rgb(255,11,202); }
H1.HeaderClassName
{
color: #FF0BCA;
}
.AnyTagClassName
{
color: #FF0BCA;
}
</style>
background-color css
<style>
a { background-color: #FF0BCA; }
a { background-color: rgb(255,11,202); }
div.DivClassName
{
background-color: #FF0BCA;
}
.BgClassName
{
background-color: #FF0BCA;
}
</style>
border-color css
<style>
span { border-color: #FF0BCA; }
span { border-color: rgb(255,11,202); }
td.TdClassName
{
border-color: #FF0BCA;
}
.TagClassName
{
border-color: #FF0BCA;
}
</style>