Shades of Magenta #FB21ED
Tints of Magenta #FB21ED
RGB
CMYK
RGB Variations
Color information
#FB21ED (or 0xFB21ED) is known color: Magenta. HEX triplet: FB, 21 and ED. RGB value is (251,33,237). Sum of RGB (Red+Green+Blue) = 251+33+237=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 33 (13.28% from 255 or 6.33% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB21ED is #04DE12. Grayscale: #787878. Windows color (decimal): -318995 or 15540731. OLE color: 15540731.
HSL color Cylindrical-coordinate representation of color #FB21ED: hue angle of 303.85º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB21ED is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 237 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.02 |
| HSL | 303.85º | 0.96% | 0.56% | - |
| HSV(B) | 303.85º | 0.87% | 0.98% | - |
| XYZ | 55.61 | 27.71 | 82.54 | - |
| YUV | 121.44 | 193.22 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 237 | 0 | 0.87 | 0.06 | 0.02 | 303.85 | 0.96 | 0.56 |
| Hex | FB | 21 | ED | 0 | 57 | 6 | 2 | 130 | 60 | 38 |
| Octal | 373 | 41 | 355 | 0 | 127 | 6 | 2 | 460 | 140 | 70 |
| Binary | 11111011 | 100001 | 11101101 | 0 | 1010111 | 110 | 10 | 100110000 | 1100000 | 111000 |
Color Harmonies of #FB21ED
Complementary color
Monochromatic Colors of #FB21ED
Black with #FB21ED
Text Example
Text Example
White with #FB21ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21ED; }
p { color: rgb(251,33,237); }
H1.HeaderClassName
{
color: #FB21ED;
}
.AnyTagClassName
{
color: #FB21ED;
}
</style>
background-color css
<style>
a { background-color: #FB21ED; }
a { background-color: rgb(251,33,237); }
div.DivClassName
{
background-color: #FB21ED;
}
.BgClassName
{
background-color: #FB21ED;
}
</style>
border-color css
<style>
span { border-color: #FB21ED; }
span { border-color: rgb(251,33,237); }
td.TdClassName
{
border-color: #FB21ED;
}
.TagClassName
{
border-color: #FB21ED;
}
</style>