Shades of Magenta #F900FE
Tints of Magenta #F900FE
RGB
CMYK
RGB Variations
Color information
#F900FE (or 0xF900FE) is known color: Magenta. HEX triplet: F9, 00 and FE. RGB value is (249,0,254). Sum of RGB (Red+Green+Blue) = 249+0+254=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 0 (0.39% from 255 or 0% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #F900FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900FE is #06FF01. Grayscale: #666666. Windows color (decimal): -458498 or 16646393. OLE color: 16646393.
HSL color Cylindrical-coordinate representation of color #F900FE: hue angle of 298.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900FE is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 0 | 254 | - |
| CMYK | 0.02 | 1 | 0 | 0.00 |
| HSL | 298.82º | 1% | 0.5% | - |
| HSV(B) | 298.82º | 1% | 1% | - |
| XYZ | 56.96 | 27.3 | 96.03 | - |
| YUV | 103.41 | 212.99 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 254 | 0.02 | 1 | 0 | 0.00 | 298.82 | 1 | 0.5 |
| Hex | F9 | 0 | FE | 2 | 64 | 0 | 0 | 12B | 64 | 32 |
| Octal | 371 | 0 | 376 | 2 | 144 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111001 | 0 | 11111110 | 10 | 1100100 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #F900FE
Complementary color
Monochromatic Colors of #F900FE
Black with #F900FE
Text Example
Text Example
White with #F900FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900FE; }
p { color: rgb(249,0,254); }
H1.HeaderClassName
{
color: #F900FE;
}
.AnyTagClassName
{
color: #F900FE;
}
</style>
background-color css
<style>
a { background-color: #F900FE; }
a { background-color: rgb(249,0,254); }
div.DivClassName
{
background-color: #F900FE;
}
.BgClassName
{
background-color: #F900FE;
}
</style>
border-color css
<style>
span { border-color: #F900FE; }
span { border-color: rgb(249,0,254); }
td.TdClassName
{
border-color: #F900FE;
}
.TagClassName
{
border-color: #F900FE;
}
</style>