Shades of Magenta #FB03F0
Tints of Magenta #FB03F0
RGB
CMYK
RGB Variations
Color information
#FB03F0 (or 0xFB03F0) is known color: Magenta. HEX triplet: FB, 03 and F0. RGB value is (251,3,240). Sum of RGB (Red+Green+Blue) = 251+3+240=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 3 (1.56% from 255 or 0.61% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB03F0 is #04FC0F. Grayscale: #676767. Windows color (decimal): -326672 or 15729659. OLE color: 15729659.
HSL color Cylindrical-coordinate representation of color #FB03F0: hue angle of 302.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB03F0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 240 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.02 |
| HSL | 302.66º | 0.98% | 0.5% | - |
| HSV(B) | 302.66º | 0.99% | 0.98% | - |
| XYZ | 55.54 | 26.87 | 84.7 | - |
| YUV | 104.17 | 204.66 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 240 | 0 | 0.99 | 0.04 | 0.02 | 302.66 | 0.98 | 0.5 |
| Hex | FB | 3 | F0 | 0 | 63 | 4 | 2 | 12F | 62 | 32 |
| Octal | 373 | 3 | 360 | 0 | 143 | 4 | 2 | 457 | 142 | 62 |
| Binary | 11111011 | 11 | 11110000 | 0 | 1100011 | 100 | 10 | 100101111 | 1100010 | 110010 |
Color Harmonies of #FB03F0
Complementary color
Monochromatic Colors of #FB03F0
Black with #FB03F0
Text Example
Text Example
White with #FB03F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03F0; }
p { color: rgb(251,3,240); }
H1.HeaderClassName
{
color: #FB03F0;
}
.AnyTagClassName
{
color: #FB03F0;
}
</style>
background-color css
<style>
a { background-color: #FB03F0; }
a { background-color: rgb(251,3,240); }
div.DivClassName
{
background-color: #FB03F0;
}
.BgClassName
{
background-color: #FB03F0;
}
</style>
border-color css
<style>
span { border-color: #FB03F0; }
span { border-color: rgb(251,3,240); }
td.TdClassName
{
border-color: #FB03F0;
}
.TagClassName
{
border-color: #FB03F0;
}
</style>