Shades of Magenta #F910FE
Tints of Magenta #F910FE
RGB
CMYK
RGB Variations
Color information
#F910FE (or 0xF910FE) is known color: Magenta. HEX triplet: F9, 10 and FE. RGB value is (249,16,254). Sum of RGB (Red+Green+Blue) = 249+16+254=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 16 (6.64% from 255 or 3.08% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #F910FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F910FE is #06EF01. Grayscale: #707070. Windows color (decimal): -454402 or 16650489. OLE color: 16650489.
HSL color Cylindrical-coordinate representation of color #F910FE: hue angle of 298.74º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910FE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 16 | 254 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.00 |
| HSL | 298.74º | 0.99% | 0.53% | - |
| HSV(B) | 298.74º | 0.94% | 1% | - |
| XYZ | 57.14 | 27.67 | 96.09 | - |
| YUV | 112.8 | 207.69 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 254 | 0.02 | 0.94 | 0 | 0.00 | 298.74 | 0.99 | 0.53 |
| Hex | F9 | 10 | FE | 2 | 5E | 0 | 0 | 12B | 63 | 35 |
| Octal | 371 | 20 | 376 | 2 | 136 | 0 | 0 | 453 | 143 | 65 |
| Binary | 11111001 | 10000 | 11111110 | 10 | 1011110 | 0 | 0 | 100101011 | 1100011 | 110101 |
Color Harmonies of #F910FE
Complementary color
Monochromatic Colors of #F910FE
Black with #F910FE
Text Example
Text Example
White with #F910FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910FE; }
p { color: rgb(249,16,254); }
H1.HeaderClassName
{
color: #F910FE;
}
.AnyTagClassName
{
color: #F910FE;
}
</style>
background-color css
<style>
a { background-color: #F910FE; }
a { background-color: rgb(249,16,254); }
div.DivClassName
{
background-color: #F910FE;
}
.BgClassName
{
background-color: #F910FE;
}
</style>
border-color css
<style>
span { border-color: #F910FE; }
span { border-color: rgb(249,16,254); }
td.TdClassName
{
border-color: #F910FE;
}
.TagClassName
{
border-color: #F910FE;
}
</style>