Shades of Magenta #F327F2
Tints of Magenta #F327F2
RGB
CMYK
RGB Variations
Color information
#F327F2 (or 0xF327F2) is known color: Magenta. HEX triplet: F3, 27 and F2. RGB value is (243,39,242). Sum of RGB (Red+Green+Blue) = 243+39+242=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 39 (15.62% from 255 or 7.44% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F327F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F327F2 is #0CD80D. Grayscale: #7A7A7A. Windows color (decimal): -841742 or 15869939. OLE color: 15869939.
HSL color Cylindrical-coordinate representation of color #F327F2: hue angle of 300.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F327F2 is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 242 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.05 |
| HSL | 300.29º | 0.89% | 0.55% | - |
| HSV(B) | 300.29º | 0.84% | 0.95% | - |
| XYZ | 53.71 | 26.92 | 86.37 | - |
| YUV | 123.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 242 | 0 | 0.84 | 0.00 | 0.05 | 300.29 | 0.89 | 0.55 |
| Hex | F3 | 27 | F2 | 0 | 54 | 0 | 5 | 12C | 59 | 37 |
| Octal | 363 | 47 | 362 | 0 | 124 | 0 | 5 | 454 | 131 | 67 |
| Binary | 11110011 | 100111 | 11110010 | 0 | 1010100 | 0 | 101 | 100101100 | 1011001 | 110111 |
Color Harmonies of #F327F2
Complementary color
Monochromatic Colors of #F327F2
Black with #F327F2
Text Example
Text Example
White with #F327F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327F2; }
p { color: rgb(243,39,242); }
H1.HeaderClassName
{
color: #F327F2;
}
.AnyTagClassName
{
color: #F327F2;
}
</style>
background-color css
<style>
a { background-color: #F327F2; }
a { background-color: rgb(243,39,242); }
div.DivClassName
{
background-color: #F327F2;
}
.BgClassName
{
background-color: #F327F2;
}
</style>
border-color css
<style>
span { border-color: #F327F2; }
span { border-color: rgb(243,39,242); }
td.TdClassName
{
border-color: #F327F2;
}
.TagClassName
{
border-color: #F327F2;
}
</style>