Shades of Magenta #FA1AFC
Tints of Magenta #FA1AFC
RGB
CMYK
RGB Variations
Color information
#FA1AFC (or 0xFA1AFC) is known color: Magenta. HEX triplet: FA, 1A and FC. RGB value is (250,26,252). Sum of RGB (Red+Green+Blue) = 250+26+252=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 26 (10.55% from 255 or 4.92% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA1AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AFC is #05E503. Grayscale: #767676. Windows color (decimal): -386308 or 16521978. OLE color: 16521978.
HSL color Cylindrical-coordinate representation of color #FA1AFC: hue angle of 299.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AFC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 26 | 252 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.01 |
| HSL | 299.47º | 0.97% | 0.55% | - |
| HSV(B) | 299.47º | 0.9% | 0.99% | - |
| XYZ | 57.36 | 28.09 | 94.49 | - |
| YUV | 118.74 | 203.21 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 252 | 0.01 | 0.90 | 0 | 0.01 | 299.47 | 0.97 | 0.55 |
| Hex | FA | 1A | FC | 1 | 5A | 0 | 1 | 12B | 61 | 37 |
| Octal | 372 | 32 | 374 | 1 | 132 | 0 | 1 | 453 | 141 | 67 |
| Binary | 11111010 | 11010 | 11111100 | 1 | 1011010 | 0 | 1 | 100101011 | 1100001 | 110111 |
Color Harmonies of #FA1AFC
Complementary color
Monochromatic Colors of #FA1AFC
Black with #FA1AFC
Text Example
Text Example
White with #FA1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AFC; }
p { color: rgb(250,26,252); }
H1.HeaderClassName
{
color: #FA1AFC;
}
.AnyTagClassName
{
color: #FA1AFC;
}
</style>
background-color css
<style>
a { background-color: #FA1AFC; }
a { background-color: rgb(250,26,252); }
div.DivClassName
{
background-color: #FA1AFC;
}
.BgClassName
{
background-color: #FA1AFC;
}
</style>
border-color css
<style>
span { border-color: #FA1AFC; }
span { border-color: rgb(250,26,252); }
td.TdClassName
{
border-color: #FA1AFC;
}
.TagClassName
{
border-color: #FA1AFC;
}
</style>