Shades of Magenta #FA06F2
Tints of Magenta #FA06F2
RGB
CMYK
RGB Variations
Color information
#FA06F2 (or 0xFA06F2) is known color: Magenta. HEX triplet: FA, 06 and F2. RGB value is (250,6,242). Sum of RGB (Red+Green+Blue) = 250+6+242=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA06F2 is #05F90D. Grayscale: #696969. Windows color (decimal): -391438 or 15861498. OLE color: 15861498.
HSL color Cylindrical-coordinate representation of color #FA06F2: hue angle of 301.97º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA06F2 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 242 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.02 |
| HSL | 301.97º | 0.96% | 0.5% | - |
| HSV(B) | 301.97º | 0.98% | 0.98% | - |
| XYZ | 55.52 | 26.87 | 86.26 | - |
| YUV | 105.86 | 204.84 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 242 | 0 | 0.98 | 0.03 | 0.02 | 301.97 | 0.96 | 0.5 |
| Hex | FA | 6 | F2 | 0 | 62 | 3 | 2 | 12E | 60 | 32 |
| Octal | 372 | 6 | 362 | 0 | 142 | 3 | 2 | 456 | 140 | 62 |
| Binary | 11111010 | 110 | 11110010 | 0 | 1100010 | 11 | 10 | 100101110 | 1100000 | 110010 |
Color Harmonies of #FA06F2
Complementary color
Monochromatic Colors of #FA06F2
Black with #FA06F2
Text Example
Text Example
White with #FA06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA06F2; }
p { color: rgb(250,6,242); }
H1.HeaderClassName
{
color: #FA06F2;
}
.AnyTagClassName
{
color: #FA06F2;
}
</style>
background-color css
<style>
a { background-color: #FA06F2; }
a { background-color: rgb(250,6,242); }
div.DivClassName
{
background-color: #FA06F2;
}
.BgClassName
{
background-color: #FA06F2;
}
</style>
border-color css
<style>
span { border-color: #FA06F2; }
span { border-color: rgb(250,6,242); }
td.TdClassName
{
border-color: #FA06F2;
}
.TagClassName
{
border-color: #FA06F2;
}
</style>