Shades of Magenta #F323F1
Tints of Magenta #F323F1
RGB
CMYK
RGB Variations
Color information
#F323F1 (or 0xF323F1) is known color: Magenta. HEX triplet: F3, 23 and F1. RGB value is (243,35,241). Sum of RGB (Red+Green+Blue) = 243+35+241=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 35 (14.06% from 255 or 6.74% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F323F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F323F1 is #0CDC0E. Grayscale: #787878. Windows color (decimal): -842767 or 15803379. OLE color: 15803379.
HSL color Cylindrical-coordinate representation of color #F323F1: hue angle of 300.58º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F323F1 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 241 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.05 |
| HSL | 300.58º | 0.9% | 0.55% | - |
| HSV(B) | 300.58º | 0.86% | 0.95% | - |
| XYZ | 53.44 | 26.61 | 85.54 | - |
| YUV | 120.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 241 | 0 | 0.86 | 0.01 | 0.05 | 300.58 | 0.9 | 0.55 |
| Hex | F3 | 23 | F1 | 0 | 56 | 1 | 5 | 12D | 5A | 37 |
| Octal | 363 | 43 | 361 | 0 | 126 | 1 | 5 | 455 | 132 | 67 |
| Binary | 11110011 | 100011 | 11110001 | 0 | 1010110 | 1 | 101 | 100101101 | 1011010 | 110111 |
Color Harmonies of #F323F1
Complementary color
Monochromatic Colors of #F323F1
Black with #F323F1
Text Example
Text Example
White with #F323F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323F1; }
p { color: rgb(243,35,241); }
H1.HeaderClassName
{
color: #F323F1;
}
.AnyTagClassName
{
color: #F323F1;
}
</style>
background-color css
<style>
a { background-color: #F323F1; }
a { background-color: rgb(243,35,241); }
div.DivClassName
{
background-color: #F323F1;
}
.BgClassName
{
background-color: #F323F1;
}
</style>
border-color css
<style>
span { border-color: #F323F1; }
span { border-color: rgb(243,35,241); }
td.TdClassName
{
border-color: #F323F1;
}
.TagClassName
{
border-color: #F323F1;
}
</style>