Shades of Hot Magenta #FF0BDA
Tints of Hot Magenta #FF0BDA
RGB
CMYK
RGB Variations
Color information
#FF0BDA (or 0xFF0BDA) is known color: Hot Magenta. HEX triplet: FF, 0B and DA. RGB value is (255,11,218). Sum of RGB (Red+Green+Blue) = 255+11+218=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BDA is #00F425. Grayscale: #6A6A6A. Windows color (decimal): -62502 or 14289919. OLE color: 14289919.
HSL color Cylindrical-coordinate representation of color #FF0BDA: hue angle of 309.1º 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 #FF0BDA is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 218 | - |
| CMYK | 0 | 0.96 | 0.15 | 0 |
| HSL | 309.1º | 1% | 0.52% | - |
| HSV(B) | 309.1º | 0.96% | 1% | - |
| XYZ | 54.01 | 26.56 | 68.61 | - |
| YUV | 107.55 | 190.34 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 218 | 0 | 0.96 | 0.15 | 0 | 309.1 | 1 | 0.52 |
| Hex | FF | B | DA | 0 | 60 | F | 0 | 135 | 64 | 34 |
| Octal | 377 | 13 | 332 | 0 | 140 | 17 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1011 | 11011010 | 0 | 1100000 | 1111 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF0BDA
Complementary color
Monochromatic Colors of #FF0BDA
Black with #FF0BDA
Text Example
Text Example
White with #FF0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BDA; }
p { color: rgb(255,11,218); }
H1.HeaderClassName
{
color: #FF0BDA;
}
.AnyTagClassName
{
color: #FF0BDA;
}
</style>
background-color css
<style>
a { background-color: #FF0BDA; }
a { background-color: rgb(255,11,218); }
div.DivClassName
{
background-color: #FF0BDA;
}
.BgClassName
{
background-color: #FF0BDA;
}
</style>
border-color css
<style>
span { border-color: #FF0BDA; }
span { border-color: rgb(255,11,218); }
td.TdClassName
{
border-color: #FF0BDA;
}
.TagClassName
{
border-color: #FF0BDA;
}
</style>