Shades of Magenta #F331FA
Tints of Magenta #F331FA
RGB
CMYK
RGB Variations
Color information
#F331FA (or 0xF331FA) is known color: Magenta. HEX triplet: F3, 31 and FA. RGB value is (243,49,250). Sum of RGB (Red+Green+Blue) = 243+49+250=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 49 (19.53% from 255 or 9.04% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #F331FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F331FA is #0CCE05. Grayscale: #818181. Windows color (decimal): -839174 or 16396787. OLE color: 16396787.
HSL color Cylindrical-coordinate representation of color #F331FA: hue angle of 297.91º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331FA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 49 | 250 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.02 |
| HSL | 297.91º | 0.95% | 0.59% | - |
| HSV(B) | 297.91º | 0.8% | 0.98% | - |
| XYZ | 55.32 | 28.15 | 92.96 | - |
| YUV | 129.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 250 | 0.03 | 0.80 | 0 | 0.02 | 297.91 | 0.95 | 0.59 |
| Hex | F3 | 31 | FA | 3 | 50 | 0 | 2 | 12A | 5F | 3B |
| Octal | 363 | 61 | 372 | 3 | 120 | 0 | 2 | 452 | 137 | 73 |
| Binary | 11110011 | 110001 | 11111010 | 11 | 1010000 | 0 | 10 | 100101010 | 1011111 | 111011 |
Color Harmonies of #F331FA
Complementary color
Monochromatic Colors of #F331FA
Black with #F331FA
Text Example
Text Example
White with #F331FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F331FA; }
p { color: rgb(243,49,250); }
H1.HeaderClassName
{
color: #F331FA;
}
.AnyTagClassName
{
color: #F331FA;
}
</style>
background-color css
<style>
a { background-color: #F331FA; }
a { background-color: rgb(243,49,250); }
div.DivClassName
{
background-color: #F331FA;
}
.BgClassName
{
background-color: #F331FA;
}
</style>
border-color css
<style>
span { border-color: #F331FA; }
span { border-color: rgb(243,49,250); }
td.TdClassName
{
border-color: #F331FA;
}
.TagClassName
{
border-color: #F331FA;
}
</style>