Shades of Magenta #FE09FB
Tints of Magenta #FE09FB
RGB
CMYK
RGB Variations
Color information
#FE09FB (or 0xFE09FB) is known color: Magenta. HEX triplet: FE, 09 and FB. RGB value is (254,9,251). Sum of RGB (Red+Green+Blue) = 254+9+251=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 9 (3.91% from 255 or 1.75% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE09FB is #01F604. Grayscale: #6D6D6D. Windows color (decimal): -128517 or 16452094. OLE color: 16452094.
HSL color Cylindrical-coordinate representation of color #FE09FB: hue angle of 300.73º 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 #FE09FB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 251 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.00 |
| HSL | 300.73º | 0.99% | 0.52% | - |
| HSV(B) | 300.73º | 0.96% | 1% | - |
| XYZ | 58.38 | 28.23 | 93.64 | - |
| YUV | 109.84 | 207.67 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 251 | 0 | 0.96 | 0.01 | 0.00 | 300.73 | 0.99 | 0.52 |
| Hex | FE | 9 | FB | 0 | 60 | 1 | 0 | 12D | 63 | 34 |
| Octal | 376 | 11 | 373 | 0 | 140 | 1 | 0 | 455 | 143 | 64 |
| Binary | 11111110 | 1001 | 11111011 | 0 | 1100000 | 1 | 0 | 100101101 | 1100011 | 110100 |
Color Harmonies of #FE09FB
Complementary color
Monochromatic Colors of #FE09FB
Black with #FE09FB
Text Example
Text Example
White with #FE09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09FB; }
p { color: rgb(254,9,251); }
H1.HeaderClassName
{
color: #FE09FB;
}
.AnyTagClassName
{
color: #FE09FB;
}
</style>
background-color css
<style>
a { background-color: #FE09FB; }
a { background-color: rgb(254,9,251); }
div.DivClassName
{
background-color: #FE09FB;
}
.BgClassName
{
background-color: #FE09FB;
}
</style>
border-color css
<style>
span { border-color: #FE09FB; }
span { border-color: rgb(254,9,251); }
td.TdClassName
{
border-color: #FE09FB;
}
.TagClassName
{
border-color: #FE09FB;
}
</style>