Shades of Magenta #F92CFB
Tints of Magenta #F92CFB
RGB
CMYK
RGB Variations
Color information
#F92CFB (or 0xF92CFB) is known color: Magenta. HEX triplet: F9, 2C and FB. RGB value is (249,44,251). Sum of RGB (Red+Green+Blue) = 249+44+251=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 44 (17.58% from 255 or 8.09% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #F92CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92CFB is #06D304. Grayscale: #808080. Windows color (decimal): -447237 or 16461049. OLE color: 16461049.
HSL color Cylindrical-coordinate representation of color #F92CFB: hue angle of 299.42º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92CFB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 251 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.02 |
| HSL | 299.42º | 0.96% | 0.58% | - |
| HSV(B) | 299.42º | 0.82% | 0.98% | - |
| XYZ | 57.38 | 28.91 | 93.82 | - |
| YUV | 128.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 251 | 0.01 | 0.82 | 0 | 0.02 | 299.42 | 0.96 | 0.58 |
| Hex | F9 | 2C | FB | 1 | 52 | 0 | 2 | 12B | 60 | 3A |
| Octal | 371 | 54 | 373 | 1 | 122 | 0 | 2 | 453 | 140 | 72 |
| Binary | 11111001 | 101100 | 11111011 | 1 | 1010010 | 0 | 10 | 100101011 | 1100000 | 111010 |
Color Harmonies of #F92CFB
Complementary color
Monochromatic Colors of #F92CFB
Black with #F92CFB
Text Example
Text Example
White with #F92CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CFB; }
p { color: rgb(249,44,251); }
H1.HeaderClassName
{
color: #F92CFB;
}
.AnyTagClassName
{
color: #F92CFB;
}
</style>
background-color css
<style>
a { background-color: #F92CFB; }
a { background-color: rgb(249,44,251); }
div.DivClassName
{
background-color: #F92CFB;
}
.BgClassName
{
background-color: #F92CFB;
}
</style>
border-color css
<style>
span { border-color: #F92CFB; }
span { border-color: rgb(249,44,251); }
td.TdClassName
{
border-color: #F92CFB;
}
.TagClassName
{
border-color: #F92CFB;
}
</style>