Shades of Magenta #FA1CFF
Tints of Magenta #FA1CFF
RGB
CMYK
RGB Variations
Color information
#FA1CFF (or 0xFA1CFF) is known color: Magenta. HEX triplet: FA, 1C and FF. RGB value is (250,28,255). Sum of RGB (Red+Green+Blue) = 250+28+255=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 28 (11.33% from 255 or 5.25% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA1CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CFF is #05E300. Grayscale: #777777. Windows color (decimal): -385793 or 16719098. OLE color: 16719098.
HSL color Cylindrical-coordinate representation of color #FA1CFF: hue angle of 298.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CFF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 28 | 255 | - |
| CMYK | 0.02 | 0.89 | 0 | 0 |
| HSL | 298.68º | 1% | 0.55% | - |
| HSV(B) | 298.68º | 0.89% | 1% | - |
| XYZ | 57.89 | 28.37 | 97.03 | - |
| YUV | 120.26 | 204.05 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 255 | 0.02 | 0.89 | 0 | 0 | 298.68 | 1 | 0.55 |
| Hex | FA | 1C | FF | 2 | 59 | 0 | 0 | 12B | 64 | 37 |
| Octal | 372 | 34 | 377 | 2 | 131 | 0 | 0 | 453 | 144 | 67 |
| Binary | 11111010 | 11100 | 11111111 | 10 | 1011001 | 0 | 0 | 100101011 | 1100100 | 110111 |
Color Harmonies of #FA1CFF
Complementary color
Monochromatic Colors of #FA1CFF
Black with #FA1CFF
Text Example
Text Example
White with #FA1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CFF; }
p { color: rgb(250,28,255); }
H1.HeaderClassName
{
color: #FA1CFF;
}
.AnyTagClassName
{
color: #FA1CFF;
}
</style>
background-color css
<style>
a { background-color: #FA1CFF; }
a { background-color: rgb(250,28,255); }
div.DivClassName
{
background-color: #FA1CFF;
}
.BgClassName
{
background-color: #FA1CFF;
}
</style>
border-color css
<style>
span { border-color: #FA1CFF; }
span { border-color: rgb(250,28,255); }
td.TdClassName
{
border-color: #FA1CFF;
}
.TagClassName
{
border-color: #FA1CFF;
}
</style>