Shades of Alizarin #F3203A
Tints of Alizarin #F3203A
RGB
CMYK
RGB Variations
Color information
#F3203A (or 0xF3203A) is known color: Alizarin. HEX triplet: F3, 20 and 3A. RGB value is (243,32,58). Sum of RGB (Red+Green+Blue) = 243+32+58=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F3203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3203A is #0CDFC5. Grayscale: #626262. Windows color (decimal): -843718 or 3809523. OLE color: 3809523.
HSL color Cylindrical-coordinate representation of color #F3203A: hue angle of 352.61º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3203A is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 58 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.05 |
| HSL | 352.61º | 0.9% | 0.54% | - |
| HSV(B) | 352.61º | 0.87% | 0.95% | - |
| XYZ | 38.24 | 20.39 | 5.92 | - |
| YUV | 98.05 | 105.4 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 58 | 0 | 0.87 | 0.76 | 0.05 | 352.61 | 0.9 | 0.54 |
| Hex | F3 | 20 | 3A | 0 | 57 | 4C | 5 | 161 | 5A | 36 |
| Octal | 363 | 40 | 72 | 0 | 127 | 114 | 5 | 541 | 132 | 66 |
| Binary | 11110011 | 100000 | 111010 | 0 | 1010111 | 1001100 | 101 | 101100001 | 1011010 | 110110 |
Color Harmonies of #F3203A
Complementary color
Monochromatic Colors of #F3203A
Black with #F3203A
Text Example
Text Example
White with #F3203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3203A; }
p { color: rgb(243,32,58); }
H1.HeaderClassName
{
color: #F3203A;
}
.AnyTagClassName
{
color: #F3203A;
}
</style>
background-color css
<style>
a { background-color: #F3203A; }
a { background-color: rgb(243,32,58); }
div.DivClassName
{
background-color: #F3203A;
}
.BgClassName
{
background-color: #F3203A;
}
</style>
border-color css
<style>
span { border-color: #F3203A; }
span { border-color: rgb(243,32,58); }
td.TdClassName
{
border-color: #F3203A;
}
.TagClassName
{
border-color: #F3203A;
}
</style>