Shades of Magenta #F92CFF
Tints of Magenta #F92CFF
RGB
CMYK
RGB Variations
Color information
#F92CFF (or 0xF92CFF) is known color: Magenta. HEX triplet: F9, 2C and FF. RGB value is (249,44,255). Sum of RGB (Red+Green+Blue) = 249+44+255=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 44 (17.58% from 255 or 8.03% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #F92CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92CFF is #06D300. Grayscale: #808080. Windows color (decimal): -447233 or 16723193. OLE color: 16723193.
HSL color Cylindrical-coordinate representation of color #F92CFF: hue angle of 298.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92CFF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 44 | 255 | - |
| CMYK | 0.02 | 0.83 | 0 | 0 |
| HSL | 298.29º | 1% | 0.59% | - |
| HSV(B) | 298.29º | 0.83% | 1% | - |
| XYZ | 58.02 | 29.16 | 97.18 | - |
| YUV | 129.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 255 | 0.02 | 0.83 | 0 | 0 | 298.29 | 1 | 0.59 |
| Hex | F9 | 2C | FF | 2 | 53 | 0 | 0 | 12A | 64 | 3B |
| Octal | 371 | 54 | 377 | 2 | 123 | 0 | 0 | 452 | 144 | 73 |
| Binary | 11111001 | 101100 | 11111111 | 10 | 1010011 | 0 | 0 | 100101010 | 1100100 | 111011 |
Color Harmonies of #F92CFF
Complementary color
Monochromatic Colors of #F92CFF
Black with #F92CFF
Text Example
Text Example
White with #F92CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CFF; }
p { color: rgb(249,44,255); }
H1.HeaderClassName
{
color: #F92CFF;
}
.AnyTagClassName
{
color: #F92CFF;
}
</style>
background-color css
<style>
a { background-color: #F92CFF; }
a { background-color: rgb(249,44,255); }
div.DivClassName
{
background-color: #F92CFF;
}
.BgClassName
{
background-color: #F92CFF;
}
</style>
border-color css
<style>
span { border-color: #F92CFF; }
span { border-color: rgb(249,44,255); }
td.TdClassName
{
border-color: #F92CFF;
}
.TagClassName
{
border-color: #F92CFF;
}
</style>