Shades of Magenta #F320F8
Tints of Magenta #F320F8
RGB
CMYK
RGB Variations
Color information
#F320F8 (or 0xF320F8) is known color: Magenta. HEX triplet: F3, 20 and F8. RGB value is (243,32,248). Sum of RGB (Red+Green+Blue) = 243+32+248=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #F320F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F320F8 is #0CDF07. Grayscale: #777777. Windows color (decimal): -843528 or 16261363. OLE color: 16261363.
HSL color Cylindrical-coordinate representation of color #F320F8: hue angle of 298.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320F8 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 32 | 248 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.03 |
| HSL | 298.61º | 0.94% | 0.55% | - |
| HSV(B) | 298.61º | 0.87% | 0.97% | - |
| XYZ | 54.42 | 26.87 | 91.12 | - |
| YUV | 119.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 248 | 0.02 | 0.87 | 0 | 0.03 | 298.61 | 0.94 | 0.55 |
| Hex | F3 | 20 | F8 | 2 | 57 | 0 | 3 | 12B | 5E | 37 |
| Octal | 363 | 40 | 370 | 2 | 127 | 0 | 3 | 453 | 136 | 67 |
| Binary | 11110011 | 100000 | 11111000 | 10 | 1010111 | 0 | 11 | 100101011 | 1011110 | 110111 |
Color Harmonies of #F320F8
Complementary color
Monochromatic Colors of #F320F8
Black with #F320F8
Text Example
Text Example
White with #F320F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320F8; }
p { color: rgb(243,32,248); }
H1.HeaderClassName
{
color: #F320F8;
}
.AnyTagClassName
{
color: #F320F8;
}
</style>
background-color css
<style>
a { background-color: #F320F8; }
a { background-color: rgb(243,32,248); }
div.DivClassName
{
background-color: #F320F8;
}
.BgClassName
{
background-color: #F320F8;
}
</style>
border-color css
<style>
span { border-color: #F320F8; }
span { border-color: rgb(243,32,248); }
td.TdClassName
{
border-color: #F320F8;
}
.TagClassName
{
border-color: #F320F8;
}
</style>