Shades of Magenta #F922FE
Tints of Magenta #F922FE
RGB
CMYK
RGB Variations
Color information
#F922FE (or 0xF922FE) is known color: Magenta. HEX triplet: F9, 22 and FE. RGB value is (249,34,254). Sum of RGB (Red+Green+Blue) = 249+34+254=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 34 (13.67% from 255 or 6.33% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #F922FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F922FE is #06DD01. Grayscale: #7A7A7A. Windows color (decimal): -449794 or 16655097. OLE color: 16655097.
HSL color Cylindrical-coordinate representation of color #F922FE: hue angle of 298.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F922FE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 34 | 254 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.00 |
| HSL | 298.64º | 0.99% | 0.56% | - |
| HSV(B) | 298.64º | 0.87% | 1% | - |
| XYZ | 57.53 | 28.44 | 96.22 | - |
| YUV | 123.37 | 201.73 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 254 | 0.02 | 0.87 | 0 | 0.00 | 298.64 | 0.99 | 0.56 |
| Hex | F9 | 22 | FE | 2 | 57 | 0 | 0 | 12B | 63 | 38 |
| Octal | 371 | 42 | 376 | 2 | 127 | 0 | 0 | 453 | 143 | 70 |
| Binary | 11111001 | 100010 | 11111110 | 10 | 1010111 | 0 | 0 | 100101011 | 1100011 | 111000 |
Color Harmonies of #F922FE
Complementary color
Monochromatic Colors of #F922FE
Black with #F922FE
Text Example
Text Example
White with #F922FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F922FE; }
p { color: rgb(249,34,254); }
H1.HeaderClassName
{
color: #F922FE;
}
.AnyTagClassName
{
color: #F922FE;
}
</style>
background-color css
<style>
a { background-color: #F922FE; }
a { background-color: rgb(249,34,254); }
div.DivClassName
{
background-color: #F922FE;
}
.BgClassName
{
background-color: #F922FE;
}
</style>
border-color css
<style>
span { border-color: #F922FE; }
span { border-color: rgb(249,34,254); }
td.TdClassName
{
border-color: #F922FE;
}
.TagClassName
{
border-color: #F922FE;
}
</style>