Shades of Magenta #FC09FA
Tints of Magenta #FC09FA
RGB
CMYK
RGB Variations
Color information
#FC09FA (or 0xFC09FA) is known color: Magenta. HEX triplet: FC, 09 and FA. RGB value is (252,9,250). Sum of RGB (Red+Green+Blue) = 252+9+250=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 9 (3.91% from 255 or 1.76% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC09FA is #03F605. Grayscale: #6C6C6C. Windows color (decimal): -259590 or 16386556. OLE color: 16386556.
HSL color Cylindrical-coordinate representation of color #FC09FA: hue angle of 300.49º 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 #FC09FA is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 250 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.01 |
| HSL | 300.49º | 0.98% | 0.51% | - |
| HSV(B) | 300.49º | 0.96% | 0.99% | - |
| XYZ | 57.5 | 27.79 | 92.78 | - |
| YUV | 109.13 | 207.51 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 250 | 0 | 0.96 | 0.01 | 0.01 | 300.49 | 0.98 | 0.51 |
| Hex | FC | 9 | FA | 0 | 60 | 1 | 1 | 12C | 62 | 33 |
| Octal | 374 | 11 | 372 | 0 | 140 | 1 | 1 | 454 | 142 | 63 |
| Binary | 11111100 | 1001 | 11111010 | 0 | 1100000 | 1 | 1 | 100101100 | 1100010 | 110011 |
Color Harmonies of #FC09FA
Complementary color
Monochromatic Colors of #FC09FA
Black with #FC09FA
Text Example
Text Example
White with #FC09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09FA; }
p { color: rgb(252,9,250); }
H1.HeaderClassName
{
color: #FC09FA;
}
.AnyTagClassName
{
color: #FC09FA;
}
</style>
background-color css
<style>
a { background-color: #FC09FA; }
a { background-color: rgb(252,9,250); }
div.DivClassName
{
background-color: #FC09FA;
}
.BgClassName
{
background-color: #FC09FA;
}
</style>
border-color css
<style>
span { border-color: #FC09FA; }
span { border-color: rgb(252,9,250); }
td.TdClassName
{
border-color: #FC09FA;
}
.TagClassName
{
border-color: #FC09FA;
}
</style>