Shades of Magenta #F912FE
Tints of Magenta #F912FE
RGB
CMYK
RGB Variations
Color information
#F912FE (or 0xF912FE) is known color: Magenta. HEX triplet: F9, 12 and FE. RGB value is (249,18,254). Sum of RGB (Red+Green+Blue) = 249+18+254=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 18 (7.42% from 255 or 3.45% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #F912FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912FE is #06ED01. Grayscale: #717171. Windows color (decimal): -453890 or 16651001. OLE color: 16651001.
HSL color Cylindrical-coordinate representation of color #F912FE: hue angle of 298.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F912FE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 18 | 254 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.00 |
| HSL | 298.73º | 0.99% | 0.53% | - |
| HSV(B) | 298.73º | 0.93% | 1% | - |
| XYZ | 57.17 | 27.73 | 96.1 | - |
| YUV | 113.97 | 207.03 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 254 | 0.02 | 0.93 | 0 | 0.00 | 298.73 | 0.99 | 0.53 |
| Hex | F9 | 12 | FE | 2 | 5D | 0 | 0 | 12B | 63 | 35 |
| Octal | 371 | 22 | 376 | 2 | 135 | 0 | 0 | 453 | 143 | 65 |
| Binary | 11111001 | 10010 | 11111110 | 10 | 1011101 | 0 | 0 | 100101011 | 1100011 | 110101 |
Color Harmonies of #F912FE
Complementary color
Monochromatic Colors of #F912FE
Black with #F912FE
Text Example
Text Example
White with #F912FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F912FE; }
p { color: rgb(249,18,254); }
H1.HeaderClassName
{
color: #F912FE;
}
.AnyTagClassName
{
color: #F912FE;
}
</style>
background-color css
<style>
a { background-color: #F912FE; }
a { background-color: rgb(249,18,254); }
div.DivClassName
{
background-color: #F912FE;
}
.BgClassName
{
background-color: #F912FE;
}
</style>
border-color css
<style>
span { border-color: #F912FE; }
span { border-color: rgb(249,18,254); }
td.TdClassName
{
border-color: #F912FE;
}
.TagClassName
{
border-color: #F912FE;
}
</style>