Shades of Magenta #FA1CFE
Tints of Magenta #FA1CFE
RGB
CMYK
RGB Variations
Color information
#FA1CFE (or 0xFA1CFE) is known color: Magenta. HEX triplet: FA, 1C and FE. RGB value is (250,28,254). Sum of RGB (Red+Green+Blue) = 250+28+254=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 28 (11.33% from 255 or 5.26% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA1CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CFE is #05E301. Grayscale: #777777. Windows color (decimal): -385794 or 16653562. OLE color: 16653562.
HSL color Cylindrical-coordinate representation of color #FA1CFE: hue angle of 298.94º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CFE is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 28 | 254 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.00 |
| HSL | 298.94º | 0.99% | 0.55% | - |
| HSV(B) | 298.94º | 0.89% | 1% | - |
| XYZ | 57.73 | 28.31 | 96.19 | - |
| YUV | 120.14 | 203.55 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 254 | 0.02 | 0.89 | 0 | 0.00 | 298.94 | 0.99 | 0.55 |
| Hex | FA | 1C | FE | 2 | 59 | 0 | 0 | 12B | 63 | 37 |
| Octal | 372 | 34 | 376 | 2 | 131 | 0 | 0 | 453 | 143 | 67 |
| Binary | 11111010 | 11100 | 11111110 | 10 | 1011001 | 0 | 0 | 100101011 | 1100011 | 110111 |
Color Harmonies of #FA1CFE
Complementary color
Monochromatic Colors of #FA1CFE
Black with #FA1CFE
Text Example
Text Example
White with #FA1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CFE; }
p { color: rgb(250,28,254); }
H1.HeaderClassName
{
color: #FA1CFE;
}
.AnyTagClassName
{
color: #FA1CFE;
}
</style>
background-color css
<style>
a { background-color: #FA1CFE; }
a { background-color: rgb(250,28,254); }
div.DivClassName
{
background-color: #FA1CFE;
}
.BgClassName
{
background-color: #FA1CFE;
}
</style>
border-color css
<style>
span { border-color: #FA1CFE; }
span { border-color: rgb(250,28,254); }
td.TdClassName
{
border-color: #FA1CFE;
}
.TagClassName
{
border-color: #FA1CFE;
}
</style>