Shades of Magenta #FA2FFF
Tints of Magenta #FA2FFF
RGB
CMYK
RGB Variations
Color information
#FA2FFF (or 0xFA2FFF) is known color: Magenta. HEX triplet: FA, 2F and FF. RGB value is (250,47,255). Sum of RGB (Red+Green+Blue) = 250+47+255=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 47 (18.75% from 255 or 8.51% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FFF is #05D000. Grayscale: #828282. Windows color (decimal): -380929 or 16723962. OLE color: 16723962.
HSL color Cylindrical-coordinate representation of color #FA2FFF: hue angle of 298.56º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2FFF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 47 | 255 | - |
| CMYK | 0.02 | 0.82 | 0 | 0 |
| HSL | 298.56º | 1% | 0.59% | - |
| HSV(B) | 298.56º | 0.82% | 1% | - |
| XYZ | 58.49 | 29.58 | 97.23 | - |
| YUV | 131.41 | 197.75 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 255 | 0.02 | 0.82 | 0 | 0 | 298.56 | 1 | 0.59 |
| Hex | FA | 2F | FF | 2 | 52 | 0 | 0 | 12B | 64 | 3B |
| Octal | 372 | 57 | 377 | 2 | 122 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111010 | 101111 | 11111111 | 10 | 1010010 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FA2FFF
Complementary color
Monochromatic Colors of #FA2FFF
Black with #FA2FFF
Text Example
Text Example
White with #FA2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FFF; }
p { color: rgb(250,47,255); }
H1.HeaderClassName
{
color: #FA2FFF;
}
.AnyTagClassName
{
color: #FA2FFF;
}
</style>
background-color css
<style>
a { background-color: #FA2FFF; }
a { background-color: rgb(250,47,255); }
div.DivClassName
{
background-color: #FA2FFF;
}
.BgClassName
{
background-color: #FA2FFF;
}
</style>
border-color css
<style>
span { border-color: #FA2FFF; }
span { border-color: rgb(250,47,255); }
td.TdClassName
{
border-color: #FA2FFF;
}
.TagClassName
{
border-color: #FA2FFF;
}
</style>