Shades of Magenta #FF0BF5
Tints of Magenta #FF0BF5
RGB
CMYK
RGB Variations
Color information
#FF0BF5 (or 0xFF0BF5) is known color: Magenta. HEX triplet: FF, 0B and F5. RGB value is (255,11,245). Sum of RGB (Red+Green+Blue) = 255+11+245=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 11 (4.69% from 255 or 2.15% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0BF5 is #00F40A. Grayscale: #6D6D6D. Windows color (decimal): -62475 or 16059391. OLE color: 16059391.
HSL color Cylindrical-coordinate representation of color #FF0BF5: hue angle of 302.46º 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 #FF0BF5 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 245 | - |
| CMYK | 0 | 0.96 | 0.04 | 0 |
| HSL | 302.46º | 1% | 0.52% | - |
| HSV(B) | 302.46º | 0.96% | 1% | - |
| XYZ | 57.84 | 28.09 | 88.76 | - |
| YUV | 110.63 | 203.84 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 245 | 0 | 0.96 | 0.04 | 0 | 302.46 | 1 | 0.52 |
| Hex | FF | B | F5 | 0 | 60 | 4 | 0 | 12E | 64 | 34 |
| Octal | 377 | 13 | 365 | 0 | 140 | 4 | 0 | 456 | 144 | 64 |
| Binary | 11111111 | 1011 | 11110101 | 0 | 1100000 | 100 | 0 | 100101110 | 1100100 | 110100 |
Color Harmonies of #FF0BF5
Complementary color
Monochromatic Colors of #FF0BF5
Black with #FF0BF5
Text Example
Text Example
White with #FF0BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BF5; }
p { color: rgb(255,11,245); }
H1.HeaderClassName
{
color: #FF0BF5;
}
.AnyTagClassName
{
color: #FF0BF5;
}
</style>
background-color css
<style>
a { background-color: #FF0BF5; }
a { background-color: rgb(255,11,245); }
div.DivClassName
{
background-color: #FF0BF5;
}
.BgClassName
{
background-color: #FF0BF5;
}
</style>
border-color css
<style>
span { border-color: #FF0BF5; }
span { border-color: rgb(255,11,245); }
td.TdClassName
{
border-color: #FF0BF5;
}
.TagClassName
{
border-color: #FF0BF5;
}
</style>