Shades of Magenta #FB20EE
Tints of Magenta #FB20EE
RGB
CMYK
RGB Variations
Color information
#FB20EE (or 0xFB20EE) is known color: Magenta. HEX triplet: FB, 20 and EE. RGB value is (251,32,238). Sum of RGB (Red+Green+Blue) = 251+32+238=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB20EE is #04DF11. Grayscale: #787878. Windows color (decimal): -319250 or 15606011. OLE color: 15606011.
HSL color Cylindrical-coordinate representation of color #FB20EE: hue angle of 303.56º 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 #FB20EE is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 238 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.02 |
| HSL | 303.56º | 0.96% | 0.55% | - |
| HSV(B) | 303.56º | 0.87% | 0.98% | - |
| XYZ | 55.73 | 27.72 | 83.3 | - |
| YUV | 120.97 | 194.05 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 238 | 0 | 0.87 | 0.05 | 0.02 | 303.56 | 0.96 | 0.55 |
| Hex | FB | 20 | EE | 0 | 57 | 5 | 2 | 130 | 60 | 37 |
| Octal | 373 | 40 | 356 | 0 | 127 | 5 | 2 | 460 | 140 | 67 |
| Binary | 11111011 | 100000 | 11101110 | 0 | 1010111 | 101 | 10 | 100110000 | 1100000 | 110111 |
Color Harmonies of #FB20EE
Complementary color
Monochromatic Colors of #FB20EE
Black with #FB20EE
Text Example
Text Example
White with #FB20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20EE; }
p { color: rgb(251,32,238); }
H1.HeaderClassName
{
color: #FB20EE;
}
.AnyTagClassName
{
color: #FB20EE;
}
</style>
background-color css
<style>
a { background-color: #FB20EE; }
a { background-color: rgb(251,32,238); }
div.DivClassName
{
background-color: #FB20EE;
}
.BgClassName
{
background-color: #FB20EE;
}
</style>
border-color css
<style>
span { border-color: #FB20EE; }
span { border-color: rgb(251,32,238); }
td.TdClassName
{
border-color: #FB20EE;
}
.TagClassName
{
border-color: #FB20EE;
}
</style>