Shades of Magenta #F320FA
Tints of Magenta #F320FA
RGB
CMYK
RGB Variations
Color information
#F320FA (or 0xF320FA) is known color: Magenta. HEX triplet: F3, 20 and FA. RGB value is (243,32,250). Sum of RGB (Red+Green+Blue) = 243+32+250=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 32 (12.89% from 255 or 6.10% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #F320FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F320FA is #0CDF05. Grayscale: #777777. Windows color (decimal): -843526 or 16392435. OLE color: 16392435.
HSL color Cylindrical-coordinate representation of color #F320FA: hue angle of 298.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320FA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 32 | 250 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.02 |
| HSL | 298.07º | 0.96% | 0.55% | - |
| HSV(B) | 298.07º | 0.87% | 0.98% | - |
| XYZ | 54.73 | 26.99 | 92.77 | - |
| YUV | 119.94 | 201.4 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 250 | 0.03 | 0.87 | 0 | 0.02 | 298.07 | 0.96 | 0.55 |
| Hex | F3 | 20 | FA | 3 | 57 | 0 | 2 | 12A | 60 | 37 |
| Octal | 363 | 40 | 372 | 3 | 127 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110011 | 100000 | 11111010 | 11 | 1010111 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F320FA
Complementary color
Monochromatic Colors of #F320FA
Black with #F320FA
Text Example
Text Example
White with #F320FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320FA; }
p { color: rgb(243,32,250); }
H1.HeaderClassName
{
color: #F320FA;
}
.AnyTagClassName
{
color: #F320FA;
}
</style>
background-color css
<style>
a { background-color: #F320FA; }
a { background-color: rgb(243,32,250); }
div.DivClassName
{
background-color: #F320FA;
}
.BgClassName
{
background-color: #F320FA;
}
</style>
border-color css
<style>
span { border-color: #F320FA; }
span { border-color: rgb(243,32,250); }
td.TdClassName
{
border-color: #F320FA;
}
.TagClassName
{
border-color: #F320FA;
}
</style>