Shades of Magenta #FA0BFA
Tints of Magenta #FA0BFA
RGB
CMYK
RGB Variations
Color information
#FA0BFA (or 0xFA0BFA) is known color: Magenta. HEX triplet: FA, 0B and FA. RGB value is (250,11,250). Sum of RGB (Red+Green+Blue) = 250+11+250=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 11 (4.69% from 255 or 2.15% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA0BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BFA is #05F405. Grayscale: #6C6C6C. Windows color (decimal): -390150 or 16387066. OLE color: 16387066.
HSL color Cylindrical-coordinate representation of color #FA0BFA: hue angle of 300º degrees, saturation: 0.96, 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 #FA0BFA is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 250 | - |
| CMYK | 0 | 0.96 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.51% | - |
| HSV(B) | 300º | 0.96% | 0.98% | - |
| XYZ | 56.8 | 27.47 | 92.75 | - |
| YUV | 109.71 | 207.18 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 250 | 0 | 0.96 | 0 | 0.02 | 300 | 0.96 | 0.51 |
| Hex | FA | B | FA | 0 | 60 | 0 | 2 | 12C | 60 | 33 |
| Octal | 372 | 13 | 372 | 0 | 140 | 0 | 2 | 454 | 140 | 63 |
| Binary | 11111010 | 1011 | 11111010 | 0 | 1100000 | 0 | 10 | 100101100 | 1100000 | 110011 |
Color Harmonies of #FA0BFA
Complementary color
Monochromatic Colors of #FA0BFA
Black with #FA0BFA
Text Example
Text Example
White with #FA0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BFA; }
p { color: rgb(250,11,250); }
H1.HeaderClassName
{
color: #FA0BFA;
}
.AnyTagClassName
{
color: #FA0BFA;
}
</style>
background-color css
<style>
a { background-color: #FA0BFA; }
a { background-color: rgb(250,11,250); }
div.DivClassName
{
background-color: #FA0BFA;
}
.BgClassName
{
background-color: #FA0BFA;
}
</style>
border-color css
<style>
span { border-color: #FA0BFA; }
span { border-color: rgb(250,11,250); }
td.TdClassName
{
border-color: #FA0BFA;
}
.TagClassName
{
border-color: #FA0BFA;
}
</style>