Shades of Magenta #FB0FF7
Tints of Magenta #FB0FF7
RGB
CMYK
RGB Variations
Color information
#FB0FF7 (or 0xFB0FF7) is known color: Magenta. HEX triplet: FB, 0F and F7. RGB value is (251,15,247). Sum of RGB (Red+Green+Blue) = 251+15+247=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 15 (6.25% from 255 or 2.92% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FF7 is #04F008. Grayscale: #6F6F6F. Windows color (decimal): -323593 or 16191483. OLE color: 16191483.
HSL color Cylindrical-coordinate representation of color #FB0FF7: hue angle of 301.02º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FF7 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 247 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.02 |
| HSL | 301.02º | 0.97% | 0.52% | - |
| HSV(B) | 301.02º | 0.94% | 0.98% | - |
| XYZ | 56.74 | 27.57 | 90.33 | - |
| YUV | 112.01 | 204.19 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 247 | 0 | 0.94 | 0.02 | 0.02 | 301.02 | 0.97 | 0.52 |
| Hex | FB | F | F7 | 0 | 5E | 2 | 2 | 12D | 61 | 34 |
| Octal | 373 | 17 | 367 | 0 | 136 | 2 | 2 | 455 | 141 | 64 |
| Binary | 11111011 | 1111 | 11110111 | 0 | 1011110 | 10 | 10 | 100101101 | 1100001 | 110100 |
Color Harmonies of #FB0FF7
Complementary color
Monochromatic Colors of #FB0FF7
Black with #FB0FF7
Text Example
Text Example
White with #FB0FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FF7; }
p { color: rgb(251,15,247); }
H1.HeaderClassName
{
color: #FB0FF7;
}
.AnyTagClassName
{
color: #FB0FF7;
}
</style>
background-color css
<style>
a { background-color: #FB0FF7; }
a { background-color: rgb(251,15,247); }
div.DivClassName
{
background-color: #FB0FF7;
}
.BgClassName
{
background-color: #FB0FF7;
}
</style>
border-color css
<style>
span { border-color: #FB0FF7; }
span { border-color: rgb(251,15,247); }
td.TdClassName
{
border-color: #FB0FF7;
}
.TagClassName
{
border-color: #FB0FF7;
}
</style>