Shades of Magenta #FA25F9
Tints of Magenta #FA25F9
RGB
CMYK
RGB Variations
Color information
#FA25F9 (or 0xFA25F9) is known color: Magenta. HEX triplet: FA, 25 and F9. RGB value is (250,37,249). Sum of RGB (Red+Green+Blue) = 250+37+249=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 37 (14.84% from 255 or 6.90% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA25F9 is #05DA06. Grayscale: #7C7C7C. Windows color (decimal): -383495 or 16328186. OLE color: 16328186.
HSL color Cylindrical-coordinate representation of color #FA25F9: hue angle of 300.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA25F9 is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 249 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.02 |
| HSL | 300.28º | 0.96% | 0.56% | - |
| HSV(B) | 300.28º | 0.85% | 0.98% | - |
| XYZ | 57.18 | 28.49 | 92.11 | - |
| YUV | 124.86 | 198.07 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 249 | 0 | 0.85 | 0.00 | 0.02 | 300.28 | 0.96 | 0.56 |
| Hex | FA | 25 | F9 | 0 | 55 | 0 | 2 | 12C | 60 | 38 |
| Octal | 372 | 45 | 371 | 0 | 125 | 0 | 2 | 454 | 140 | 70 |
| Binary | 11111010 | 100101 | 11111001 | 0 | 1010101 | 0 | 10 | 100101100 | 1100000 | 111000 |
Color Harmonies of #FA25F9
Complementary color
Monochromatic Colors of #FA25F9
Black with #FA25F9
Text Example
Text Example
White with #FA25F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25F9; }
p { color: rgb(250,37,249); }
H1.HeaderClassName
{
color: #FA25F9;
}
.AnyTagClassName
{
color: #FA25F9;
}
</style>
background-color css
<style>
a { background-color: #FA25F9; }
a { background-color: rgb(250,37,249); }
div.DivClassName
{
background-color: #FA25F9;
}
.BgClassName
{
background-color: #FA25F9;
}
</style>
border-color css
<style>
span { border-color: #FA25F9; }
span { border-color: rgb(250,37,249); }
td.TdClassName
{
border-color: #FA25F9;
}
.TagClassName
{
border-color: #FA25F9;
}
</style>