Shades of Magenta #FC1AF9
Tints of Magenta #FC1AF9
RGB
CMYK
RGB Variations
Color information
#FC1AF9 (or 0xFC1AF9) is known color: Magenta. HEX triplet: FC, 1A and F9. RGB value is (252,26,249). Sum of RGB (Red+Green+Blue) = 252+26+249=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 26 (10.55% from 255 or 4.93% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1AF9 is #03E506. Grayscale: #767676. Windows color (decimal): -255239 or 16325372. OLE color: 16325372.
HSL color Cylindrical-coordinate representation of color #FC1AF9: hue angle of 300.8º 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 #FC1AF9 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 249 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.01 |
| HSL | 300.8º | 0.97% | 0.55% | - |
| HSV(B) | 300.8º | 0.9% | 0.99% | - |
| XYZ | 57.61 | 28.27 | 92.04 | - |
| YUV | 119 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 249 | 0 | 0.90 | 0.01 | 0.01 | 300.8 | 0.97 | 0.55 |
| Hex | FC | 1A | F9 | 0 | 5A | 1 | 1 | 12D | 61 | 37 |
| Octal | 374 | 32 | 371 | 0 | 132 | 1 | 1 | 455 | 141 | 67 |
| Binary | 11111100 | 11010 | 11111001 | 0 | 1011010 | 1 | 1 | 100101101 | 1100001 | 110111 |
Color Harmonies of #FC1AF9
Complementary color
Monochromatic Colors of #FC1AF9
Black with #FC1AF9
Text Example
Text Example
White with #FC1AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AF9; }
p { color: rgb(252,26,249); }
H1.HeaderClassName
{
color: #FC1AF9;
}
.AnyTagClassName
{
color: #FC1AF9;
}
</style>
background-color css
<style>
a { background-color: #FC1AF9; }
a { background-color: rgb(252,26,249); }
div.DivClassName
{
background-color: #FC1AF9;
}
.BgClassName
{
background-color: #FC1AF9;
}
</style>
border-color css
<style>
span { border-color: #FC1AF9; }
span { border-color: rgb(252,26,249); }
td.TdClassName
{
border-color: #FC1AF9;
}
.TagClassName
{
border-color: #FC1AF9;
}
</style>