Shades of Magenta #FA25F2
Tints of Magenta #FA25F2
RGB
CMYK
RGB Variations
Color information
#FA25F2 (or 0xFA25F2) is known color: Magenta. HEX triplet: FA, 25 and F2. RGB value is (250,37,242). Sum of RGB (Red+Green+Blue) = 250+37+242=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA25F2 is #05DA0D. Grayscale: #7B7B7B. Windows color (decimal): -383502 or 15869434. OLE color: 15869434.
HSL color Cylindrical-coordinate representation of color #FA25F2: hue angle of 302.25º 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 #FA25F2 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 242 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.02 |
| HSL | 302.25º | 0.96% | 0.56% | - |
| HSV(B) | 302.25º | 0.85% | 0.98% | - |
| XYZ | 56.11 | 28.06 | 86.46 | - |
| YUV | 124.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 242 | 0 | 0.85 | 0.03 | 0.02 | 302.25 | 0.96 | 0.56 |
| Hex | FA | 25 | F2 | 0 | 55 | 3 | 2 | 12E | 60 | 38 |
| Octal | 372 | 45 | 362 | 0 | 125 | 3 | 2 | 456 | 140 | 70 |
| Binary | 11111010 | 100101 | 11110010 | 0 | 1010101 | 11 | 10 | 100101110 | 1100000 | 111000 |
Color Harmonies of #FA25F2
Complementary color
Monochromatic Colors of #FA25F2
Black with #FA25F2
Text Example
Text Example
White with #FA25F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25F2; }
p { color: rgb(250,37,242); }
H1.HeaderClassName
{
color: #FA25F2;
}
.AnyTagClassName
{
color: #FA25F2;
}
</style>
background-color css
<style>
a { background-color: #FA25F2; }
a { background-color: rgb(250,37,242); }
div.DivClassName
{
background-color: #FA25F2;
}
.BgClassName
{
background-color: #FA25F2;
}
</style>
border-color css
<style>
span { border-color: #FA25F2; }
span { border-color: rgb(250,37,242); }
td.TdClassName
{
border-color: #FA25F2;
}
.TagClassName
{
border-color: #FA25F2;
}
</style>