Shades of Alizarin #F3203C
Tints of Alizarin #F3203C
RGB
CMYK
RGB Variations
Color information
#F3203C (or 0xF3203C) is known color: Alizarin. HEX triplet: F3, 20 and 3C. RGB value is (243,32,60). Sum of RGB (Red+Green+Blue) = 243+32+60=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F3203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3203C is #0CDFC3. Grayscale: #626262. Windows color (decimal): -843716 or 3940595. OLE color: 3940595.
HSL color Cylindrical-coordinate representation of color #F3203C: hue angle of 352.04º 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 #F3203C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 60 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.05 |
| HSL | 352.04º | 0.9% | 0.54% | - |
| HSV(B) | 352.04º | 0.87% | 0.95% | - |
| XYZ | 38.29 | 20.41 | 6.2 | - |
| YUV | 98.28 | 106.4 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 60 | 0 | 0.87 | 0.75 | 0.05 | 352.04 | 0.9 | 0.54 |
| Hex | F3 | 20 | 3C | 0 | 57 | 4B | 5 | 160 | 5A | 36 |
| Octal | 363 | 40 | 74 | 0 | 127 | 113 | 5 | 540 | 132 | 66 |
| Binary | 11110011 | 100000 | 111100 | 0 | 1010111 | 1001011 | 101 | 101100000 | 1011010 | 110110 |
Color Harmonies of #F3203C
Complementary color
Monochromatic Colors of #F3203C
Black with #F3203C
Text Example
Text Example
White with #F3203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3203C; }
p { color: rgb(243,32,60); }
H1.HeaderClassName
{
color: #F3203C;
}
.AnyTagClassName
{
color: #F3203C;
}
</style>
background-color css
<style>
a { background-color: #F3203C; }
a { background-color: rgb(243,32,60); }
div.DivClassName
{
background-color: #F3203C;
}
.BgClassName
{
background-color: #F3203C;
}
</style>
border-color css
<style>
span { border-color: #F3203C; }
span { border-color: rgb(243,32,60); }
td.TdClassName
{
border-color: #F3203C;
}
.TagClassName
{
border-color: #F3203C;
}
</style>