Shades of Magenta #FB1AF4
Tints of Magenta #FB1AF4
RGB
CMYK
RGB Variations
Color information
#FB1AF4 (or 0xFB1AF4) is known color: Magenta. HEX triplet: FB, 1A and F4. RGB value is (251,26,244). Sum of RGB (Red+Green+Blue) = 251+26+244=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1AF4 is #04E50B. Grayscale: #757575. Windows color (decimal): -320780 or 15997691. OLE color: 15997691.
HSL color Cylindrical-coordinate representation of color #FB1AF4: hue angle of 301.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1AF4 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 244 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.02 |
| HSL | 301.87º | 0.97% | 0.54% | - |
| HSV(B) | 301.87º | 0.9% | 0.98% | - |
| XYZ | 56.48 | 27.78 | 87.97 | - |
| YUV | 118.13 | 199.04 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 244 | 0 | 0.90 | 0.03 | 0.02 | 301.87 | 0.97 | 0.54 |
| Hex | FB | 1A | F4 | 0 | 5A | 3 | 2 | 12E | 61 | 36 |
| Octal | 373 | 32 | 364 | 0 | 132 | 3 | 2 | 456 | 141 | 66 |
| Binary | 11111011 | 11010 | 11110100 | 0 | 1011010 | 11 | 10 | 100101110 | 1100001 | 110110 |
Color Harmonies of #FB1AF4
Complementary color
Monochromatic Colors of #FB1AF4
Black with #FB1AF4
Text Example
Text Example
White with #FB1AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1AF4; }
p { color: rgb(251,26,244); }
H1.HeaderClassName
{
color: #FB1AF4;
}
.AnyTagClassName
{
color: #FB1AF4;
}
</style>
background-color css
<style>
a { background-color: #FB1AF4; }
a { background-color: rgb(251,26,244); }
div.DivClassName
{
background-color: #FB1AF4;
}
.BgClassName
{
background-color: #FB1AF4;
}
</style>
border-color css
<style>
span { border-color: #FB1AF4; }
span { border-color: rgb(251,26,244); }
td.TdClassName
{
border-color: #FB1AF4;
}
.TagClassName
{
border-color: #FB1AF4;
}
</style>