Shades of Magenta #FA2CFF
Tints of Magenta #FA2CFF
RGB
CMYK
RGB Variations
Color information
#FA2CFF (or 0xFA2CFF) is known color: Magenta. HEX triplet: FA, 2C and FF. RGB value is (250,44,255). Sum of RGB (Red+Green+Blue) = 250+44+255=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 44 (17.58% from 255 or 8.01% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2CFF is #05D300. Grayscale: #818181. Windows color (decimal): -381697 or 16723194. OLE color: 16723194.
HSL color Cylindrical-coordinate representation of color #FA2CFF: hue angle of 298.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2CFF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 44 | 255 | - |
| CMYK | 0.02 | 0.83 | 0 | 0 |
| HSL | 298.58º | 1% | 0.59% | - |
| HSV(B) | 298.58º | 0.83% | 1% | - |
| XYZ | 58.38 | 29.35 | 97.2 | - |
| YUV | 129.65 | 198.75 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 255 | 0.02 | 0.83 | 0 | 0 | 298.58 | 1 | 0.59 |
| Hex | FA | 2C | FF | 2 | 53 | 0 | 0 | 12B | 64 | 3B |
| Octal | 372 | 54 | 377 | 2 | 123 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111010 | 101100 | 11111111 | 10 | 1010011 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FA2CFF
Complementary color
Monochromatic Colors of #FA2CFF
Black with #FA2CFF
Text Example
Text Example
White with #FA2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CFF; }
p { color: rgb(250,44,255); }
H1.HeaderClassName
{
color: #FA2CFF;
}
.AnyTagClassName
{
color: #FA2CFF;
}
</style>
background-color css
<style>
a { background-color: #FA2CFF; }
a { background-color: rgb(250,44,255); }
div.DivClassName
{
background-color: #FA2CFF;
}
.BgClassName
{
background-color: #FA2CFF;
}
</style>
border-color css
<style>
span { border-color: #FA2CFF; }
span { border-color: rgb(250,44,255); }
td.TdClassName
{
border-color: #FA2CFF;
}
.TagClassName
{
border-color: #FA2CFF;
}
</style>