Shades of Magenta #FA0FF6
Tints of Magenta #FA0FF6
RGB
CMYK
RGB Variations
Color information
#FA0FF6 (or 0xFA0FF6) is known color: Magenta. HEX triplet: FA, 0F and F6. RGB value is (250,15,246). Sum of RGB (Red+Green+Blue) = 250+15+246=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 15 (6.25% from 255 or 2.94% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FF6 is #05F009. Grayscale: #6E6E6E. Windows color (decimal): -389130 or 16125946. OLE color: 16125946.
HSL color Cylindrical-coordinate representation of color #FA0FF6: hue angle of 301.02º 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 #FA0FF6 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 246 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.02 |
| HSL | 301.02º | 0.96% | 0.52% | - |
| HSV(B) | 301.02º | 0.94% | 0.98% | - |
| XYZ | 56.23 | 27.32 | 89.5 | - |
| YUV | 111.6 | 203.86 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 246 | 0 | 0.94 | 0.02 | 0.02 | 301.02 | 0.96 | 0.52 |
| Hex | FA | F | F6 | 0 | 5E | 2 | 2 | 12D | 60 | 34 |
| Octal | 372 | 17 | 366 | 0 | 136 | 2 | 2 | 455 | 140 | 64 |
| Binary | 11111010 | 1111 | 11110110 | 0 | 1011110 | 10 | 10 | 100101101 | 1100000 | 110100 |
Color Harmonies of #FA0FF6
Complementary color
Monochromatic Colors of #FA0FF6
Black with #FA0FF6
Text Example
Text Example
White with #FA0FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FF6; }
p { color: rgb(250,15,246); }
H1.HeaderClassName
{
color: #FA0FF6;
}
.AnyTagClassName
{
color: #FA0FF6;
}
</style>
background-color css
<style>
a { background-color: #FA0FF6; }
a { background-color: rgb(250,15,246); }
div.DivClassName
{
background-color: #FA0FF6;
}
.BgClassName
{
background-color: #FA0FF6;
}
</style>
border-color css
<style>
span { border-color: #FA0FF6; }
span { border-color: rgb(250,15,246); }
td.TdClassName
{
border-color: #FA0FF6;
}
.TagClassName
{
border-color: #FA0FF6;
}
</style>