Shades of Magenta #FF09FC
Tints of Magenta #FF09FC
RGB
CMYK
RGB Variations
Color information
#FF09FC (or 0xFF09FC) is known color: Magenta. HEX triplet: FF, 09 and FC. RGB value is (255,9,252). Sum of RGB (Red+Green+Blue) = 255+9+252=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 9 (3.91% from 255 or 1.74% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF09FC is #00F603. Grayscale: #6D6D6D. Windows color (decimal): -62980 or 16517631. OLE color: 16517631.
HSL color Cylindrical-coordinate representation of color #FF09FC: hue angle of 300.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09FC is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 252 | - |
| CMYK | 0 | 0.96 | 0.01 | 0 |
| HSL | 300.73º | 1% | 0.52% | - |
| HSV(B) | 300.73º | 0.96% | 1% | - |
| XYZ | 58.91 | 28.48 | 94.49 | - |
| YUV | 110.26 | 208 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 252 | 0 | 0.96 | 0.01 | 0 | 300.73 | 1 | 0.52 |
| Hex | FF | 9 | FC | 0 | 60 | 1 | 0 | 12D | 64 | 34 |
| Octal | 377 | 11 | 374 | 0 | 140 | 1 | 0 | 455 | 144 | 64 |
| Binary | 11111111 | 1001 | 11111100 | 0 | 1100000 | 1 | 0 | 100101101 | 1100100 | 110100 |
Color Harmonies of #FF09FC
Complementary color
Monochromatic Colors of #FF09FC
Black with #FF09FC
Text Example
Text Example
White with #FF09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09FC; }
p { color: rgb(255,9,252); }
H1.HeaderClassName
{
color: #FF09FC;
}
.AnyTagClassName
{
color: #FF09FC;
}
</style>
background-color css
<style>
a { background-color: #FF09FC; }
a { background-color: rgb(255,9,252); }
div.DivClassName
{
background-color: #FF09FC;
}
.BgClassName
{
background-color: #FF09FC;
}
</style>
border-color css
<style>
span { border-color: #FF09FC; }
span { border-color: rgb(255,9,252); }
td.TdClassName
{
border-color: #FF09FC;
}
.TagClassName
{
border-color: #FF09FC;
}
</style>