Shades of Magenta #F92BFF
Tints of Magenta #F92BFF
RGB
CMYK
RGB Variations
Color information
#F92BFF (or 0xF92BFF) is known color: Magenta. HEX triplet: F9, 2B and FF. RGB value is (249,43,255). Sum of RGB (Red+Green+Blue) = 249+43+255=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 43 (17.19% from 255 or 7.86% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #F92BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92BFF is #06D400. Grayscale: #808080. Windows color (decimal): -447489 or 16722937. OLE color: 16722937.
HSL color Cylindrical-coordinate representation of color #F92BFF: hue angle of 298.3º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92BFF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 43 | 255 | - |
| CMYK | 0.02 | 0.83 | 0 | 0 |
| HSL | 298.3º | 1% | 0.58% | - |
| HSV(B) | 298.3º | 0.83% | 1% | - |
| XYZ | 57.98 | 29.09 | 97.17 | - |
| YUV | 128.76 | 199.25 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 255 | 0.02 | 0.83 | 0 | 0 | 298.3 | 1 | 0.58 |
| Hex | F9 | 2B | FF | 2 | 53 | 0 | 0 | 12A | 64 | 3A |
| Octal | 371 | 53 | 377 | 2 | 123 | 0 | 0 | 452 | 144 | 72 |
| Binary | 11111001 | 101011 | 11111111 | 10 | 1010011 | 0 | 0 | 100101010 | 1100100 | 111010 |
Color Harmonies of #F92BFF
Complementary color
Monochromatic Colors of #F92BFF
Black with #F92BFF
Text Example
Text Example
White with #F92BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92BFF; }
p { color: rgb(249,43,255); }
H1.HeaderClassName
{
color: #F92BFF;
}
.AnyTagClassName
{
color: #F92BFF;
}
</style>
background-color css
<style>
a { background-color: #F92BFF; }
a { background-color: rgb(249,43,255); }
div.DivClassName
{
background-color: #F92BFF;
}
.BgClassName
{
background-color: #F92BFF;
}
</style>
border-color css
<style>
span { border-color: #F92BFF; }
span { border-color: rgb(249,43,255); }
td.TdClassName
{
border-color: #F92BFF;
}
.TagClassName
{
border-color: #F92BFF;
}
</style>