Shades of Magenta #FA1FFC
Tints of Magenta #FA1FFC
RGB
CMYK
RGB Variations
Color information
#FA1FFC (or 0xFA1FFC) is known color: Magenta. HEX triplet: FA, 1F and FC. RGB value is (250,31,252). Sum of RGB (Red+Green+Blue) = 250+31+252=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 31 (12.5% from 255 or 5.82% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA1FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1FFC is #05E003. Grayscale: #797979. Windows color (decimal): -385028 or 16523258. OLE color: 16523258.
HSL color Cylindrical-coordinate representation of color #FA1FFC: hue angle of 299.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FFC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 31 | 252 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.01 |
| HSL | 299.46º | 0.97% | 0.55% | - |
| HSV(B) | 299.46º | 0.88% | 0.99% | - |
| XYZ | 57.49 | 28.33 | 94.53 | - |
| YUV | 121.68 | 201.55 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 252 | 0.01 | 0.88 | 0 | 0.01 | 299.46 | 0.97 | 0.55 |
| Hex | FA | 1F | FC | 1 | 58 | 0 | 1 | 12B | 61 | 37 |
| Octal | 372 | 37 | 374 | 1 | 130 | 0 | 1 | 453 | 141 | 67 |
| Binary | 11111010 | 11111 | 11111100 | 1 | 1011000 | 0 | 1 | 100101011 | 1100001 | 110111 |
Color Harmonies of #FA1FFC
Complementary color
Monochromatic Colors of #FA1FFC
Black with #FA1FFC
Text Example
Text Example
White with #FA1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FFC; }
p { color: rgb(250,31,252); }
H1.HeaderClassName
{
color: #FA1FFC;
}
.AnyTagClassName
{
color: #FA1FFC;
}
</style>
background-color css
<style>
a { background-color: #FA1FFC; }
a { background-color: rgb(250,31,252); }
div.DivClassName
{
background-color: #FA1FFC;
}
.BgClassName
{
background-color: #FA1FFC;
}
</style>
border-color css
<style>
span { border-color: #FA1FFC; }
span { border-color: rgb(250,31,252); }
td.TdClassName
{
border-color: #FA1FFC;
}
.TagClassName
{
border-color: #FA1FFC;
}
</style>