Shades of Magenta #F320FD
Tints of Magenta #F320FD
RGB
CMYK
RGB Variations
Color information
#F320FD (or 0xF320FD) is known color: Magenta. HEX triplet: F3, 20 and FD. RGB value is (243,32,253). Sum of RGB (Red+Green+Blue) = 243+32+253=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 32 (12.89% from 255 or 6.06% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #F320FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F320FD is #0CDF02. Grayscale: #777777. Windows color (decimal): -843523 or 16589043. OLE color: 16589043.
HSL color Cylindrical-coordinate representation of color #F320FD: hue angle of 297.29º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320FD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 32 | 253 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.01 |
| HSL | 297.29º | 0.98% | 0.56% | - |
| HSV(B) | 297.29º | 0.87% | 0.99% | - |
| XYZ | 55.21 | 27.18 | 95.26 | - |
| YUV | 120.28 | 202.9 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 253 | 0.04 | 0.87 | 0 | 0.01 | 297.29 | 0.98 | 0.56 |
| Hex | F3 | 20 | FD | 4 | 57 | 0 | 1 | 129 | 62 | 38 |
| Octal | 363 | 40 | 375 | 4 | 127 | 0 | 1 | 451 | 142 | 70 |
| Binary | 11110011 | 100000 | 11111101 | 100 | 1010111 | 0 | 1 | 100101001 | 1100010 | 111000 |
Color Harmonies of #F320FD
Complementary color
Monochromatic Colors of #F320FD
Black with #F320FD
Text Example
Text Example
White with #F320FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320FD; }
p { color: rgb(243,32,253); }
H1.HeaderClassName
{
color: #F320FD;
}
.AnyTagClassName
{
color: #F320FD;
}
</style>
background-color css
<style>
a { background-color: #F320FD; }
a { background-color: rgb(243,32,253); }
div.DivClassName
{
background-color: #F320FD;
}
.BgClassName
{
background-color: #F320FD;
}
</style>
border-color css
<style>
span { border-color: #F320FD; }
span { border-color: rgb(243,32,253); }
td.TdClassName
{
border-color: #F320FD;
}
.TagClassName
{
border-color: #F320FD;
}
</style>