Shades of Magenta #FA1CF0
Tints of Magenta #FA1CF0
RGB
CMYK
RGB Variations
Color information
#FA1CF0 (or 0xFA1CF0) is known color: Magenta. HEX triplet: FA, 1C and F0. RGB value is (250,28,240). Sum of RGB (Red+Green+Blue) = 250+28+240=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CF0 is #05E30F. Grayscale: #757575. Windows color (decimal): -385808 or 15736058. OLE color: 15736058.
HSL color Cylindrical-coordinate representation of color #FA1CF0: hue angle of 302.7º 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 #FA1CF0 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 240 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.02 |
| HSL | 302.7º | 0.96% | 0.55% | - |
| HSV(B) | 302.7º | 0.89% | 0.98% | - |
| XYZ | 55.57 | 27.45 | 84.81 | - |
| YUV | 118.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 240 | 0 | 0.89 | 0.04 | 0.02 | 302.7 | 0.96 | 0.55 |
| Hex | FA | 1C | F0 | 0 | 59 | 4 | 2 | 12F | 60 | 37 |
| Octal | 372 | 34 | 360 | 0 | 131 | 4 | 2 | 457 | 140 | 67 |
| Binary | 11111010 | 11100 | 11110000 | 0 | 1011001 | 100 | 10 | 100101111 | 1100000 | 110111 |
Color Harmonies of #FA1CF0
Complementary color
Monochromatic Colors of #FA1CF0
Black with #FA1CF0
Text Example
Text Example
White with #FA1CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CF0; }
p { color: rgb(250,28,240); }
H1.HeaderClassName
{
color: #FA1CF0;
}
.AnyTagClassName
{
color: #FA1CF0;
}
</style>
background-color css
<style>
a { background-color: #FA1CF0; }
a { background-color: rgb(250,28,240); }
div.DivClassName
{
background-color: #FA1CF0;
}
.BgClassName
{
background-color: #FA1CF0;
}
</style>
border-color css
<style>
span { border-color: #FA1CF0; }
span { border-color: rgb(250,28,240); }
td.TdClassName
{
border-color: #FA1CF0;
}
.TagClassName
{
border-color: #FA1CF0;
}
</style>