Shades of Magenta #FF0BF9
Tints of Magenta #FF0BF9
RGB
CMYK
RGB Variations
Color information
#FF0BF9 (or 0xFF0BF9) is known color: Magenta. HEX triplet: FF, 0B and F9. RGB value is (255,11,249). Sum of RGB (Red+Green+Blue) = 255+11+249=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 11 (4.69% from 255 or 2.14% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0BF9 is #00F406. Grayscale: #6E6E6E. Windows color (decimal): -62471 or 16321535. OLE color: 16321535.
HSL color Cylindrical-coordinate representation of color #FF0BF9: hue angle of 301.48º 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 #FF0BF9 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 249 | - |
| CMYK | 0 | 0.96 | 0.02 | 0 |
| HSL | 301.48º | 1% | 0.52% | - |
| HSV(B) | 301.48º | 0.96% | 1% | - |
| XYZ | 58.46 | 28.34 | 92.01 | - |
| YUV | 111.09 | 205.84 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 249 | 0 | 0.96 | 0.02 | 0 | 301.48 | 1 | 0.52 |
| Hex | FF | B | F9 | 0 | 60 | 2 | 0 | 12D | 64 | 34 |
| Octal | 377 | 13 | 371 | 0 | 140 | 2 | 0 | 455 | 144 | 64 |
| Binary | 11111111 | 1011 | 11111001 | 0 | 1100000 | 10 | 0 | 100101101 | 1100100 | 110100 |
Color Harmonies of #FF0BF9
Complementary color
Monochromatic Colors of #FF0BF9
Black with #FF0BF9
Text Example
Text Example
White with #FF0BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BF9; }
p { color: rgb(255,11,249); }
H1.HeaderClassName
{
color: #FF0BF9;
}
.AnyTagClassName
{
color: #FF0BF9;
}
</style>
background-color css
<style>
a { background-color: #FF0BF9; }
a { background-color: rgb(255,11,249); }
div.DivClassName
{
background-color: #FF0BF9;
}
.BgClassName
{
background-color: #FF0BF9;
}
</style>
border-color css
<style>
span { border-color: #FF0BF9; }
span { border-color: rgb(255,11,249); }
td.TdClassName
{
border-color: #FF0BF9;
}
.TagClassName
{
border-color: #FF0BF9;
}
</style>