Shades of Magenta #FA16F1
Tints of Magenta #FA16F1
RGB
CMYK
RGB Variations
Color information
#FA16F1 (or 0xFA16F1) is known color: Magenta. HEX triplet: FA, 16 and F1. RGB value is (250,22,241). Sum of RGB (Red+Green+Blue) = 250+22+241=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16F1 is #05E90E. Grayscale: #727272. Windows color (decimal): -387343 or 15800058. OLE color: 15800058.
HSL color Cylindrical-coordinate representation of color #FA16F1: hue angle of 302.37º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA16F1 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 241 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.02 |
| HSL | 302.37º | 0.96% | 0.53% | - |
| HSV(B) | 302.37º | 0.91% | 0.98% | - |
| XYZ | 55.59 | 27.25 | 85.55 | - |
| YUV | 115.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 241 | 0 | 0.91 | 0.04 | 0.02 | 302.37 | 0.96 | 0.53 |
| Hex | FA | 16 | F1 | 0 | 5B | 4 | 2 | 12E | 60 | 35 |
| Octal | 372 | 26 | 361 | 0 | 133 | 4 | 2 | 456 | 140 | 65 |
| Binary | 11111010 | 10110 | 11110001 | 0 | 1011011 | 100 | 10 | 100101110 | 1100000 | 110101 |
Color Harmonies of #FA16F1
Complementary color
Monochromatic Colors of #FA16F1
Black with #FA16F1
Text Example
Text Example
White with #FA16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA16F1; }
p { color: rgb(250,22,241); }
H1.HeaderClassName
{
color: #FA16F1;
}
.AnyTagClassName
{
color: #FA16F1;
}
</style>
background-color css
<style>
a { background-color: #FA16F1; }
a { background-color: rgb(250,22,241); }
div.DivClassName
{
background-color: #FA16F1;
}
.BgClassName
{
background-color: #FA16F1;
}
</style>
border-color css
<style>
span { border-color: #FA16F1; }
span { border-color: rgb(250,22,241); }
td.TdClassName
{
border-color: #FA16F1;
}
.TagClassName
{
border-color: #FA16F1;
}
</style>