Shades of Magenta #FB0AF4
Tints of Magenta #FB0AF4
RGB
CMYK
RGB Variations
Color information
#FB0AF4 (or 0xFB0AF4) is known color: Magenta. HEX triplet: FB, 0A and F4. RGB value is (251,10,244). Sum of RGB (Red+Green+Blue) = 251+10+244=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 10 (4.30% from 255 or 1.98% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AF4 is #04F50B. Grayscale: #6C6C6C. Windows color (decimal): -324876 or 15993595. OLE color: 15993595.
HSL color Cylindrical-coordinate representation of color #FB0AF4: hue angle of 301.74º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0AF4 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 244 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.02 |
| HSL | 301.74º | 0.97% | 0.51% | - |
| HSV(B) | 301.74º | 0.96% | 0.98% | - |
| XYZ | 56.22 | 27.26 | 87.89 | - |
| YUV | 108.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 244 | 0 | 0.96 | 0.03 | 0.02 | 301.74 | 0.97 | 0.51 |
| Hex | FB | A | F4 | 0 | 60 | 3 | 2 | 12E | 61 | 33 |
| Octal | 373 | 12 | 364 | 0 | 140 | 3 | 2 | 456 | 141 | 63 |
| Binary | 11111011 | 1010 | 11110100 | 0 | 1100000 | 11 | 10 | 100101110 | 1100001 | 110011 |
Color Harmonies of #FB0AF4
Complementary color
Monochromatic Colors of #FB0AF4
Black with #FB0AF4
Text Example
Text Example
White with #FB0AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AF4; }
p { color: rgb(251,10,244); }
H1.HeaderClassName
{
color: #FB0AF4;
}
.AnyTagClassName
{
color: #FB0AF4;
}
</style>
background-color css
<style>
a { background-color: #FB0AF4; }
a { background-color: rgb(251,10,244); }
div.DivClassName
{
background-color: #FB0AF4;
}
.BgClassName
{
background-color: #FB0AF4;
}
</style>
border-color css
<style>
span { border-color: #FB0AF4; }
span { border-color: rgb(251,10,244); }
td.TdClassName
{
border-color: #FB0AF4;
}
.TagClassName
{
border-color: #FB0AF4;
}
</style>