Shades of Magenta #FF09FA
Tints of Magenta #FF09FA
RGB
CMYK
RGB Variations
Color information
#FF09FA (or 0xFF09FA) is known color: Magenta. HEX triplet: FF, 09 and FA. RGB value is (255,9,250). Sum of RGB (Red+Green+Blue) = 255+9+250=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 9 (3.91% from 255 or 1.75% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF09FA is #00F605. Grayscale: #6D6D6D. Windows color (decimal): -62982 or 16386559. OLE color: 16386559.
HSL color Cylindrical-coordinate representation of color #FF09FA: hue angle of 301.22º 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 #FF09FA is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 250 | - |
| CMYK | 0 | 0.96 | 0.02 | 0 |
| HSL | 301.22º | 1% | 0.52% | - |
| HSV(B) | 301.22º | 0.96% | 1% | - |
| XYZ | 58.59 | 28.36 | 92.83 | - |
| YUV | 110.03 | 207 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 250 | 0 | 0.96 | 0.02 | 0 | 301.22 | 1 | 0.52 |
| Hex | FF | 9 | FA | 0 | 60 | 2 | 0 | 12D | 64 | 34 |
| Octal | 377 | 11 | 372 | 0 | 140 | 2 | 0 | 455 | 144 | 64 |
| Binary | 11111111 | 1001 | 11111010 | 0 | 1100000 | 10 | 0 | 100101101 | 1100100 | 110100 |
Color Harmonies of #FF09FA
Complementary color
Monochromatic Colors of #FF09FA
Black with #FF09FA
Text Example
Text Example
White with #FF09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09FA; }
p { color: rgb(255,9,250); }
H1.HeaderClassName
{
color: #FF09FA;
}
.AnyTagClassName
{
color: #FF09FA;
}
</style>
background-color css
<style>
a { background-color: #FF09FA; }
a { background-color: rgb(255,9,250); }
div.DivClassName
{
background-color: #FF09FA;
}
.BgClassName
{
background-color: #FF09FA;
}
</style>
border-color css
<style>
span { border-color: #FF09FA; }
span { border-color: rgb(255,9,250); }
td.TdClassName
{
border-color: #FF09FA;
}
.TagClassName
{
border-color: #FF09FA;
}
</style>