Shades of Magenta #F92DFF
Tints of Magenta #F92DFF
RGB
CMYK
RGB Variations
Color information
#F92DFF (or 0xF92DFF) is known color: Magenta. HEX triplet: F9, 2D and FF. RGB value is (249,45,255). Sum of RGB (Red+Green+Blue) = 249+45+255=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 45 (17.97% from 255 or 8.20% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F92DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92DFF is #06D200. Grayscale: #818181. Windows color (decimal): -446977 or 16723449. OLE color: 16723449.
HSL color Cylindrical-coordinate representation of color #F92DFF: hue angle of 298.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92DFF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 45 | 255 | - |
| CMYK | 0.02 | 0.82 | 0 | 0 |
| HSL | 298.29º | 1% | 0.59% | - |
| HSV(B) | 298.29º | 0.82% | 1% | - |
| XYZ | 58.06 | 29.24 | 97.19 | - |
| YUV | 129.94 | 198.59 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 255 | 0.02 | 0.82 | 0 | 0 | 298.29 | 1 | 0.59 |
| Hex | F9 | 2D | FF | 2 | 52 | 0 | 0 | 12A | 64 | 3B |
| Octal | 371 | 55 | 377 | 2 | 122 | 0 | 0 | 452 | 144 | 73 |
| Binary | 11111001 | 101101 | 11111111 | 10 | 1010010 | 0 | 0 | 100101010 | 1100100 | 111011 |
Color Harmonies of #F92DFF
Complementary color
Monochromatic Colors of #F92DFF
Black with #F92DFF
Text Example
Text Example
White with #F92DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DFF; }
p { color: rgb(249,45,255); }
H1.HeaderClassName
{
color: #F92DFF;
}
.AnyTagClassName
{
color: #F92DFF;
}
</style>
background-color css
<style>
a { background-color: #F92DFF; }
a { background-color: rgb(249,45,255); }
div.DivClassName
{
background-color: #F92DFF;
}
.BgClassName
{
background-color: #F92DFF;
}
</style>
border-color css
<style>
span { border-color: #F92DFF; }
span { border-color: rgb(249,45,255); }
td.TdClassName
{
border-color: #F92DFF;
}
.TagClassName
{
border-color: #F92DFF;
}
</style>