Shades of Magenta #FC1AF1
Tints of Magenta #FC1AF1
RGB
CMYK
RGB Variations
Color information
#FC1AF1 (or 0xFC1AF1) is known color: Magenta. HEX triplet: FC, 1A and F1. RGB value is (252,26,241). Sum of RGB (Red+Green+Blue) = 252+26+241=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 26 (10.55% from 255 or 5.01% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1AF1 is #03E50E. Grayscale: #757575. Windows color (decimal): -255247 or 15801084. OLE color: 15801084.
HSL color Cylindrical-coordinate representation of color #FC1AF1: hue angle of 302.92º 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 #FC1AF1 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 241 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.01 |
| HSL | 302.92º | 0.97% | 0.55% | - |
| HSV(B) | 302.92º | 0.9% | 0.99% | - |
| XYZ | 56.39 | 27.79 | 85.61 | - |
| YUV | 118.08 | 197.37 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 241 | 0 | 0.90 | 0.04 | 0.01 | 302.92 | 0.97 | 0.55 |
| Hex | FC | 1A | F1 | 0 | 5A | 4 | 1 | 12F | 61 | 37 |
| Octal | 374 | 32 | 361 | 0 | 132 | 4 | 1 | 457 | 141 | 67 |
| Binary | 11111100 | 11010 | 11110001 | 0 | 1011010 | 100 | 1 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FC1AF1
Complementary color
Monochromatic Colors of #FC1AF1
Black with #FC1AF1
Text Example
Text Example
White with #FC1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AF1; }
p { color: rgb(252,26,241); }
H1.HeaderClassName
{
color: #FC1AF1;
}
.AnyTagClassName
{
color: #FC1AF1;
}
</style>
background-color css
<style>
a { background-color: #FC1AF1; }
a { background-color: rgb(252,26,241); }
div.DivClassName
{
background-color: #FC1AF1;
}
.BgClassName
{
background-color: #FC1AF1;
}
</style>
border-color css
<style>
span { border-color: #FC1AF1; }
span { border-color: rgb(252,26,241); }
td.TdClassName
{
border-color: #FC1AF1;
}
.TagClassName
{
border-color: #FC1AF1;
}
</style>