Shades of Magenta #FA09FC
Tints of Magenta #FA09FC
RGB
CMYK
RGB Variations
Color information
#FA09FC (or 0xFA09FC) is known color: Magenta. HEX triplet: FA, 09 and FC. RGB value is (250,9,252). Sum of RGB (Red+Green+Blue) = 250+9+252=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 9 (3.91% from 255 or 1.76% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA09FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA09FC is #05F603. Grayscale: #6C6C6C. Windows color (decimal): -390660 or 16517626. OLE color: 16517626.
HSL color Cylindrical-coordinate representation of color #FA09FC: hue angle of 299.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA09FC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 9 | 252 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.01 |
| HSL | 299.51º | 0.98% | 0.51% | - |
| HSV(B) | 299.51º | 0.96% | 0.99% | - |
| XYZ | 57.09 | 27.55 | 94.4 | - |
| YUV | 108.76 | 208.84 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 252 | 0.01 | 0.96 | 0 | 0.01 | 299.51 | 0.98 | 0.51 |
| Hex | FA | 9 | FC | 1 | 60 | 0 | 1 | 12C | 62 | 33 |
| Octal | 372 | 11 | 374 | 1 | 140 | 0 | 1 | 454 | 142 | 63 |
| Binary | 11111010 | 1001 | 11111100 | 1 | 1100000 | 0 | 1 | 100101100 | 1100010 | 110011 |
Color Harmonies of #FA09FC
Complementary color
Monochromatic Colors of #FA09FC
Black with #FA09FC
Text Example
Text Example
White with #FA09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09FC; }
p { color: rgb(250,9,252); }
H1.HeaderClassName
{
color: #FA09FC;
}
.AnyTagClassName
{
color: #FA09FC;
}
</style>
background-color css
<style>
a { background-color: #FA09FC; }
a { background-color: rgb(250,9,252); }
div.DivClassName
{
background-color: #FA09FC;
}
.BgClassName
{
background-color: #FA09FC;
}
</style>
border-color css
<style>
span { border-color: #FA09FC; }
span { border-color: rgb(250,9,252); }
td.TdClassName
{
border-color: #FA09FC;
}
.TagClassName
{
border-color: #FA09FC;
}
</style>