Shades of Magenta #FA0BF1
Tints of Magenta #FA0BF1
RGB
CMYK
RGB Variations
Color information
#FA0BF1 (or 0xFA0BF1) is known color: Magenta. HEX triplet: FA, 0B and F1. RGB value is (250,11,241). Sum of RGB (Red+Green+Blue) = 250+11+241=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 11 (4.69% from 255 or 2.19% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BF1 is #05F40E. Grayscale: #6C6C6C. Windows color (decimal): -390159 or 15797242. OLE color: 15797242.
HSL color Cylindrical-coordinate representation of color #FA0BF1: hue angle of 302.26º 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 #FA0BF1 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 241 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.02 |
| HSL | 302.26º | 0.96% | 0.51% | - |
| HSV(B) | 302.26º | 0.96% | 0.98% | - |
| XYZ | 55.42 | 26.91 | 85.49 | - |
| YUV | 108.68 | 202.68 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 241 | 0 | 0.96 | 0.04 | 0.02 | 302.26 | 0.96 | 0.51 |
| Hex | FA | B | F1 | 0 | 60 | 4 | 2 | 12E | 60 | 33 |
| Octal | 372 | 13 | 361 | 0 | 140 | 4 | 2 | 456 | 140 | 63 |
| Binary | 11111010 | 1011 | 11110001 | 0 | 1100000 | 100 | 10 | 100101110 | 1100000 | 110011 |
Color Harmonies of #FA0BF1
Complementary color
Monochromatic Colors of #FA0BF1
Black with #FA0BF1
Text Example
Text Example
White with #FA0BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BF1; }
p { color: rgb(250,11,241); }
H1.HeaderClassName
{
color: #FA0BF1;
}
.AnyTagClassName
{
color: #FA0BF1;
}
</style>
background-color css
<style>
a { background-color: #FA0BF1; }
a { background-color: rgb(250,11,241); }
div.DivClassName
{
background-color: #FA0BF1;
}
.BgClassName
{
background-color: #FA0BF1;
}
</style>
border-color css
<style>
span { border-color: #FA0BF1; }
span { border-color: rgb(250,11,241); }
td.TdClassName
{
border-color: #FA0BF1;
}
.TagClassName
{
border-color: #FA0BF1;
}
</style>