Shades of Magenta #FF0BFC
Tints of Magenta #FF0BFC
RGB
CMYK
RGB Variations
Color information
#FF0BFC (or 0xFF0BFC) is known color: Magenta. HEX triplet: FF, 0B and FC. RGB value is (255,11,252). Sum of RGB (Red+Green+Blue) = 255+11+252=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 11 (4.69% from 255 or 2.12% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0BFC is #00F403. Grayscale: #6E6E6E. Windows color (decimal): -62468 or 16518143. OLE color: 16518143.
HSL color Cylindrical-coordinate representation of color #FF0BFC: hue angle of 300.74º 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 #FF0BFC is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 252 | - |
| CMYK | 0 | 0.96 | 0.01 | 0 |
| HSL | 300.74º | 1% | 0.52% | - |
| HSV(B) | 300.74º | 0.96% | 1% | - |
| XYZ | 58.93 | 28.53 | 94.5 | - |
| YUV | 111.43 | 207.34 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 252 | 0 | 0.96 | 0.01 | 0 | 300.74 | 1 | 0.52 |
| Hex | FF | B | FC | 0 | 60 | 1 | 0 | 12D | 64 | 34 |
| Octal | 377 | 13 | 374 | 0 | 140 | 1 | 0 | 455 | 144 | 64 |
| Binary | 11111111 | 1011 | 11111100 | 0 | 1100000 | 1 | 0 | 100101101 | 1100100 | 110100 |
Color Harmonies of #FF0BFC
Complementary color
Monochromatic Colors of #FF0BFC
Black with #FF0BFC
Text Example
Text Example
White with #FF0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BFC; }
p { color: rgb(255,11,252); }
H1.HeaderClassName
{
color: #FF0BFC;
}
.AnyTagClassName
{
color: #FF0BFC;
}
</style>
background-color css
<style>
a { background-color: #FF0BFC; }
a { background-color: rgb(255,11,252); }
div.DivClassName
{
background-color: #FF0BFC;
}
.BgClassName
{
background-color: #FF0BFC;
}
</style>
border-color css
<style>
span { border-color: #FF0BFC; }
span { border-color: rgb(255,11,252); }
td.TdClassName
{
border-color: #FF0BFC;
}
.TagClassName
{
border-color: #FF0BFC;
}
</style>