Shades of Magenta #FE09FA
Tints of Magenta #FE09FA
RGB
CMYK
RGB Variations
Color information
#FE09FA (or 0xFE09FA) is known color: Magenta. HEX triplet: FE, 09 and FA. RGB value is (254,9,250). Sum of RGB (Red+Green+Blue) = 254+9+250=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 9 (3.91% from 255 or 1.75% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE09FA is #01F605. Grayscale: #6D6D6D. Windows color (decimal): -128518 or 16386558. OLE color: 16386558.
HSL color Cylindrical-coordinate representation of color #FE09FA: hue angle of 300.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE09FA is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 250 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.00 |
| HSL | 300.98º | 0.99% | 0.52% | - |
| HSV(B) | 300.98º | 0.96% | 1% | - |
| XYZ | 58.23 | 28.17 | 92.81 | - |
| YUV | 109.73 | 207.17 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 250 | 0 | 0.96 | 0.02 | 0.00 | 300.98 | 0.99 | 0.52 |
| Hex | FE | 9 | FA | 0 | 60 | 2 | 0 | 12D | 63 | 34 |
| Octal | 376 | 11 | 372 | 0 | 140 | 2 | 0 | 455 | 143 | 64 |
| Binary | 11111110 | 1001 | 11111010 | 0 | 1100000 | 10 | 0 | 100101101 | 1100011 | 110100 |
Color Harmonies of #FE09FA
Complementary color
Monochromatic Colors of #FE09FA
Black with #FE09FA
Text Example
Text Example
White with #FE09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09FA; }
p { color: rgb(254,9,250); }
H1.HeaderClassName
{
color: #FE09FA;
}
.AnyTagClassName
{
color: #FE09FA;
}
</style>
background-color css
<style>
a { background-color: #FE09FA; }
a { background-color: rgb(254,9,250); }
div.DivClassName
{
background-color: #FE09FA;
}
.BgClassName
{
background-color: #FE09FA;
}
</style>
border-color css
<style>
span { border-color: #FE09FA; }
span { border-color: rgb(254,9,250); }
td.TdClassName
{
border-color: #FE09FA;
}
.TagClassName
{
border-color: #FE09FA;
}
</style>