Shades of Magenta #FB20F0
Tints of Magenta #FB20F0
RGB
CMYK
RGB Variations
Color information
#FB20F0 (or 0xFB20F0) is known color: Magenta. HEX triplet: FB, 20 and F0. RGB value is (251,32,240). Sum of RGB (Red+Green+Blue) = 251+32+240=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB20F0 is #04DF0F. Grayscale: #787878. Windows color (decimal): -319248 or 15737083. OLE color: 15737083.
HSL color Cylindrical-coordinate representation of color #FB20F0: hue angle of 303.01º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB20F0 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 240 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.02 |
| HSL | 303.01º | 0.96% | 0.55% | - |
| HSV(B) | 303.01º | 0.87% | 0.98% | - |
| XYZ | 56.03 | 27.83 | 84.86 | - |
| YUV | 121.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 240 | 0 | 0.87 | 0.04 | 0.02 | 303.01 | 0.96 | 0.55 |
| Hex | FB | 20 | F0 | 0 | 57 | 4 | 2 | 12F | 60 | 37 |
| Octal | 373 | 40 | 360 | 0 | 127 | 4 | 2 | 457 | 140 | 67 |
| Binary | 11111011 | 100000 | 11110000 | 0 | 1010111 | 100 | 10 | 100101111 | 1100000 | 110111 |
Color Harmonies of #FB20F0
Complementary color
Monochromatic Colors of #FB20F0
Black with #FB20F0
Text Example
Text Example
White with #FB20F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20F0; }
p { color: rgb(251,32,240); }
H1.HeaderClassName
{
color: #FB20F0;
}
.AnyTagClassName
{
color: #FB20F0;
}
</style>
background-color css
<style>
a { background-color: #FB20F0; }
a { background-color: rgb(251,32,240); }
div.DivClassName
{
background-color: #FB20F0;
}
.BgClassName
{
background-color: #FB20F0;
}
</style>
border-color css
<style>
span { border-color: #FB20F0; }
span { border-color: rgb(251,32,240); }
td.TdClassName
{
border-color: #FB20F0;
}
.TagClassName
{
border-color: #FB20F0;
}
</style>