Shades of Magenta #FA1CF4
Tints of Magenta #FA1CF4
RGB
CMYK
RGB Variations
Color information
#FA1CF4 (or 0xFA1CF4) is known color: Magenta. HEX triplet: FA, 1C and F4. RGB value is (250,28,244). Sum of RGB (Red+Green+Blue) = 250+28+244=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 28 (11.33% from 255 or 5.36% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CF4 is #05E30B. Grayscale: #767676. Windows color (decimal): -385804 or 15998202. OLE color: 15998202.
HSL color Cylindrical-coordinate representation of color #FA1CF4: hue angle of 301.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CF4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 244 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.02 |
| HSL | 301.62º | 0.96% | 0.55% | - |
| HSV(B) | 301.62º | 0.89% | 0.98% | - |
| XYZ | 56.17 | 27.69 | 87.97 | - |
| YUV | 119 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 244 | 0 | 0.89 | 0.02 | 0.02 | 301.62 | 0.96 | 0.55 |
| Hex | FA | 1C | F4 | 0 | 59 | 2 | 2 | 12E | 60 | 37 |
| Octal | 372 | 34 | 364 | 0 | 131 | 2 | 2 | 456 | 140 | 67 |
| Binary | 11111010 | 11100 | 11110100 | 0 | 1011001 | 10 | 10 | 100101110 | 1100000 | 110111 |
Color Harmonies of #FA1CF4
Complementary color
Monochromatic Colors of #FA1CF4
Black with #FA1CF4
Text Example
Text Example
White with #FA1CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CF4; }
p { color: rgb(250,28,244); }
H1.HeaderClassName
{
color: #FA1CF4;
}
.AnyTagClassName
{
color: #FA1CF4;
}
</style>
background-color css
<style>
a { background-color: #FA1CF4; }
a { background-color: rgb(250,28,244); }
div.DivClassName
{
background-color: #FA1CF4;
}
.BgClassName
{
background-color: #FA1CF4;
}
</style>
border-color css
<style>
span { border-color: #FA1CF4; }
span { border-color: rgb(250,28,244); }
td.TdClassName
{
border-color: #FA1CF4;
}
.TagClassName
{
border-color: #FA1CF4;
}
</style>