Shades of Magenta #FA2CFE
Tints of Magenta #FA2CFE
RGB
CMYK
RGB Variations
Color information
#FA2CFE (or 0xFA2CFE) is known color: Magenta. HEX triplet: FA, 2C and FE. RGB value is (250,44,254). Sum of RGB (Red+Green+Blue) = 250+44+254=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 44 (17.58% from 255 or 8.03% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA2CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2CFE is #05D301. Grayscale: #808080. Windows color (decimal): -381698 or 16657658. OLE color: 16657658.
HSL color Cylindrical-coordinate representation of color #FA2CFE: hue angle of 298.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2CFE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 44 | 254 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.00 |
| HSL | 298.86º | 0.99% | 0.58% | - |
| HSV(B) | 298.86º | 0.83% | 1% | - |
| XYZ | 58.21 | 29.28 | 96.35 | - |
| YUV | 129.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 254 | 0.02 | 0.83 | 0 | 0.00 | 298.86 | 0.99 | 0.58 |
| Hex | FA | 2C | FE | 2 | 53 | 0 | 0 | 12B | 63 | 3A |
| Octal | 372 | 54 | 376 | 2 | 123 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111010 | 101100 | 11111110 | 10 | 1010011 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #FA2CFE
Complementary color
Monochromatic Colors of #FA2CFE
Black with #FA2CFE
Text Example
Text Example
White with #FA2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CFE; }
p { color: rgb(250,44,254); }
H1.HeaderClassName
{
color: #FA2CFE;
}
.AnyTagClassName
{
color: #FA2CFE;
}
</style>
background-color css
<style>
a { background-color: #FA2CFE; }
a { background-color: rgb(250,44,254); }
div.DivClassName
{
background-color: #FA2CFE;
}
.BgClassName
{
background-color: #FA2CFE;
}
</style>
border-color css
<style>
span { border-color: #FA2CFE; }
span { border-color: rgb(250,44,254); }
td.TdClassName
{
border-color: #FA2CFE;
}
.TagClassName
{
border-color: #FA2CFE;
}
</style>