Shades of Magenta #FB0BF5
Tints of Magenta #FB0BF5
RGB
CMYK
RGB Variations
Color information
#FB0BF5 (or 0xFB0BF5) is known color: Magenta. HEX triplet: FB, 0B and F5. RGB value is (251,11,245). Sum of RGB (Red+Green+Blue) = 251+11+245=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 11 (4.69% from 255 or 2.17% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0BF5 is #04F40A. Grayscale: #6C6C6C. Windows color (decimal): -324619 or 16059387. OLE color: 16059387.
HSL color Cylindrical-coordinate representation of color #FB0BF5: hue angle of 301.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0BF5 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 245 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.02 |
| HSL | 301.5º | 0.97% | 0.51% | - |
| HSV(B) | 301.5º | 0.96% | 0.98% | - |
| XYZ | 56.38 | 27.34 | 88.69 | - |
| YUV | 109.44 | 204.51 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 245 | 0 | 0.96 | 0.02 | 0.02 | 301.5 | 0.97 | 0.51 |
| Hex | FB | B | F5 | 0 | 60 | 2 | 2 | 12E | 61 | 33 |
| Octal | 373 | 13 | 365 | 0 | 140 | 2 | 2 | 456 | 141 | 63 |
| Binary | 11111011 | 1011 | 11110101 | 0 | 1100000 | 10 | 10 | 100101110 | 1100001 | 110011 |
Color Harmonies of #FB0BF5
Complementary color
Monochromatic Colors of #FB0BF5
Black with #FB0BF5
Text Example
Text Example
White with #FB0BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BF5; }
p { color: rgb(251,11,245); }
H1.HeaderClassName
{
color: #FB0BF5;
}
.AnyTagClassName
{
color: #FB0BF5;
}
</style>
background-color css
<style>
a { background-color: #FB0BF5; }
a { background-color: rgb(251,11,245); }
div.DivClassName
{
background-color: #FB0BF5;
}
.BgClassName
{
background-color: #FB0BF5;
}
</style>
border-color css
<style>
span { border-color: #FB0BF5; }
span { border-color: rgb(251,11,245); }
td.TdClassName
{
border-color: #FB0BF5;
}
.TagClassName
{
border-color: #FB0BF5;
}
</style>