Shades of Magenta #FA0FF5
Tints of Magenta #FA0FF5
RGB
CMYK
RGB Variations
Color information
#FA0FF5 (or 0xFA0FF5) is known color: Magenta. HEX triplet: FA, 0F and F5. RGB value is (250,15,245). Sum of RGB (Red+Green+Blue) = 250+15+245=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FF5 is #05F00A. Grayscale: #6E6E6E. Windows color (decimal): -389131 or 16060410. OLE color: 16060410.
HSL color Cylindrical-coordinate representation of color #FA0FF5: hue angle of 301.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FF5 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 245 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.02 |
| HSL | 301.28º | 0.96% | 0.52% | - |
| HSV(B) | 301.28º | 0.94% | 0.98% | - |
| XYZ | 56.08 | 27.26 | 88.69 | - |
| YUV | 111.49 | 203.36 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 245 | 0 | 0.94 | 0.02 | 0.02 | 301.28 | 0.96 | 0.52 |
| Hex | FA | F | F5 | 0 | 5E | 2 | 2 | 12D | 60 | 34 |
| Octal | 372 | 17 | 365 | 0 | 136 | 2 | 2 | 455 | 140 | 64 |
| Binary | 11111010 | 1111 | 11110101 | 0 | 1011110 | 10 | 10 | 100101101 | 1100000 | 110100 |
Color Harmonies of #FA0FF5
Complementary color
Monochromatic Colors of #FA0FF5
Black with #FA0FF5
Text Example
Text Example
White with #FA0FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FF5; }
p { color: rgb(250,15,245); }
H1.HeaderClassName
{
color: #FA0FF5;
}
.AnyTagClassName
{
color: #FA0FF5;
}
</style>
background-color css
<style>
a { background-color: #FA0FF5; }
a { background-color: rgb(250,15,245); }
div.DivClassName
{
background-color: #FA0FF5;
}
.BgClassName
{
background-color: #FA0FF5;
}
</style>
border-color css
<style>
span { border-color: #FA0FF5; }
span { border-color: rgb(250,15,245); }
td.TdClassName
{
border-color: #FA0FF5;
}
.TagClassName
{
border-color: #FA0FF5;
}
</style>