Shades of Alizarin #F3203F
Tints of Alizarin #F3203F
RGB
CMYK
RGB Variations
Color information
#F3203F (or 0xF3203F) is known color: Alizarin. HEX triplet: F3, 20 and 3F. RGB value is (243,32,63). Sum of RGB (Red+Green+Blue) = 243+32+63=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F3203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3203F is #0CDFC0. Grayscale: #626262. Windows color (decimal): -843713 or 4137203. OLE color: 4137203.
HSL color Cylindrical-coordinate representation of color #F3203F: hue angle of 351.18º 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 #F3203F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 63 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.05 |
| HSL | 351.18º | 0.9% | 0.54% | - |
| HSV(B) | 351.18º | 0.87% | 0.95% | - |
| XYZ | 38.38 | 20.45 | 6.63 | - |
| YUV | 98.62 | 107.9 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 63 | 0 | 0.87 | 0.74 | 0.05 | 351.18 | 0.9 | 0.54 |
| Hex | F3 | 20 | 3F | 0 | 57 | 4A | 5 | 15F | 5A | 36 |
| Octal | 363 | 40 | 77 | 0 | 127 | 112 | 5 | 537 | 132 | 66 |
| Binary | 11110011 | 100000 | 111111 | 0 | 1010111 | 1001010 | 101 | 101011111 | 1011010 | 110110 |
Color Harmonies of #F3203F
Complementary color
Monochromatic Colors of #F3203F
Black with #F3203F
Text Example
Text Example
White with #F3203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3203F; }
p { color: rgb(243,32,63); }
H1.HeaderClassName
{
color: #F3203F;
}
.AnyTagClassName
{
color: #F3203F;
}
</style>
background-color css
<style>
a { background-color: #F3203F; }
a { background-color: rgb(243,32,63); }
div.DivClassName
{
background-color: #F3203F;
}
.BgClassName
{
background-color: #F3203F;
}
</style>
border-color css
<style>
span { border-color: #F3203F; }
span { border-color: rgb(243,32,63); }
td.TdClassName
{
border-color: #F3203F;
}
.TagClassName
{
border-color: #F3203F;
}
</style>