Shades of Magenta #F324FA
Tints of Magenta #F324FA
RGB
CMYK
RGB Variations
Color information
#F324FA (or 0xF324FA) is known color: Magenta. HEX triplet: F3, 24 and FA. RGB value is (243,36,250). Sum of RGB (Red+Green+Blue) = 243+36+250=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 36 (14.45% from 255 or 6.81% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F324FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F324FA is #0CDB05. Grayscale: #797979. Windows color (decimal): -842502 or 16393459. OLE color: 16393459.
HSL color Cylindrical-coordinate representation of color #F324FA: hue angle of 298.04º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F324FA is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 36 | 250 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.02 |
| HSL | 298.04º | 0.96% | 0.56% | - |
| HSV(B) | 298.04º | 0.86% | 0.98% | - |
| XYZ | 54.85 | 27.22 | 92.81 | - |
| YUV | 122.29 | 200.08 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 250 | 0.03 | 0.86 | 0 | 0.02 | 298.04 | 0.96 | 0.56 |
| Hex | F3 | 24 | FA | 3 | 56 | 0 | 2 | 12A | 60 | 38 |
| Octal | 363 | 44 | 372 | 3 | 126 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110011 | 100100 | 11111010 | 11 | 1010110 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F324FA
Complementary color
Monochromatic Colors of #F324FA
Black with #F324FA
Text Example
Text Example
White with #F324FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324FA; }
p { color: rgb(243,36,250); }
H1.HeaderClassName
{
color: #F324FA;
}
.AnyTagClassName
{
color: #F324FA;
}
</style>
background-color css
<style>
a { background-color: #F324FA; }
a { background-color: rgb(243,36,250); }
div.DivClassName
{
background-color: #F324FA;
}
.BgClassName
{
background-color: #F324FA;
}
</style>
border-color css
<style>
span { border-color: #F324FA; }
span { border-color: rgb(243,36,250); }
td.TdClassName
{
border-color: #F324FA;
}
.TagClassName
{
border-color: #F324FA;
}
</style>