Shades of Magenta #FB2CFF
Tints of Magenta #FB2CFF
RGB
CMYK
RGB Variations
Color information
#FB2CFF (or 0xFB2CFF) is known color: Magenta. HEX triplet: FB, 2C and FF. RGB value is (251,44,255). Sum of RGB (Red+Green+Blue) = 251+44+255=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 44 (17.58% from 255 or 8% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2CFF is #04D300. Grayscale: #818181. Windows color (decimal): -316161 or 16723195. OLE color: 16723195.
HSL color Cylindrical-coordinate representation of color #FB2CFF: hue angle of 298.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2CFF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 44 | 255 | - |
| CMYK | 0.02 | 0.83 | 0 | 0 |
| HSL | 298.86º | 1% | 0.59% | - |
| HSV(B) | 298.86º | 0.83% | 1% | - |
| XYZ | 58.73 | 29.53 | 97.21 | - |
| YUV | 129.95 | 198.58 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 255 | 0.02 | 0.83 | 0 | 0 | 298.86 | 1 | 0.59 |
| Hex | FB | 2C | FF | 2 | 53 | 0 | 0 | 12B | 64 | 3B |
| Octal | 373 | 54 | 377 | 2 | 123 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111011 | 101100 | 11111111 | 10 | 1010011 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FB2CFF
Complementary color
Monochromatic Colors of #FB2CFF
Black with #FB2CFF
Text Example
Text Example
White with #FB2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CFF; }
p { color: rgb(251,44,255); }
H1.HeaderClassName
{
color: #FB2CFF;
}
.AnyTagClassName
{
color: #FB2CFF;
}
</style>
background-color css
<style>
a { background-color: #FB2CFF; }
a { background-color: rgb(251,44,255); }
div.DivClassName
{
background-color: #FB2CFF;
}
.BgClassName
{
background-color: #FB2CFF;
}
</style>
border-color css
<style>
span { border-color: #FB2CFF; }
span { border-color: rgb(251,44,255); }
td.TdClassName
{
border-color: #FB2CFF;
}
.TagClassName
{
border-color: #FB2CFF;
}
</style>