Shades of Magenta #F031FC
Tints of Magenta #F031FC
RGB
CMYK
RGB Variations
Color information
#F031FC (or 0xF031FC) is known color: Magenta. HEX triplet: F0, 31 and FC. RGB value is (240,49,252). Sum of RGB (Red+Green+Blue) = 240+49+252=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 49 (19.53% from 255 or 9.06% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #F031FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031FC is #0FCE03. Grayscale: #808080. Windows color (decimal): -1035780 or 16527856. OLE color: 16527856.
HSL color Cylindrical-coordinate representation of color #F031FC: hue angle of 296.45º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F031FC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 49 | 252 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.01 |
| HSL | 296.45º | 0.97% | 0.59% | - |
| HSV(B) | 296.45º | 0.81% | 0.99% | - |
| XYZ | 54.6 | 27.75 | 94.57 | - |
| YUV | 129.25 | 197.28 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 252 | 0.05 | 0.81 | 0 | 0.01 | 296.45 | 0.97 | 0.59 |
| Hex | F0 | 31 | FC | 5 | 51 | 0 | 1 | 128 | 61 | 3B |
| Octal | 360 | 61 | 374 | 5 | 121 | 0 | 1 | 450 | 141 | 73 |
| Binary | 11110000 | 110001 | 11111100 | 101 | 1010001 | 0 | 1 | 100101000 | 1100001 | 111011 |
Color Harmonies of #F031FC
Complementary color
Monochromatic Colors of #F031FC
Black with #F031FC
Text Example
Text Example
White with #F031FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031FC; }
p { color: rgb(240,49,252); }
H1.HeaderClassName
{
color: #F031FC;
}
.AnyTagClassName
{
color: #F031FC;
}
</style>
background-color css
<style>
a { background-color: #F031FC; }
a { background-color: rgb(240,49,252); }
div.DivClassName
{
background-color: #F031FC;
}
.BgClassName
{
background-color: #F031FC;
}
</style>
border-color css
<style>
span { border-color: #F031FC; }
span { border-color: rgb(240,49,252); }
td.TdClassName
{
border-color: #F031FC;
}
.TagClassName
{
border-color: #F031FC;
}
</style>