Shades of Alizarin #F4203F
Tints of Alizarin #F4203F
RGB
CMYK
RGB Variations
Color information
#F4203F (or 0xF4203F) is known color: Alizarin. HEX triplet: F4, 20 and 3F. RGB value is (244,32,63). Sum of RGB (Red+Green+Blue) = 244+32+63=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4203F is #0BDFC0. Grayscale: #636363. Windows color (decimal): -778177 or 4137204. OLE color: 4137204.
HSL color Cylindrical-coordinate representation of color #F4203F: hue angle of 351.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4203F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 63 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.04 |
| HSL | 351.23º | 0.91% | 0.54% | - |
| HSV(B) | 351.23º | 0.87% | 0.96% | - |
| XYZ | 38.72 | 20.63 | 6.64 | - |
| YUV | 98.92 | 107.74 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 63 | 0 | 0.87 | 0.74 | 0.04 | 351.23 | 0.91 | 0.54 |
| Hex | F4 | 20 | 3F | 0 | 57 | 4A | 4 | 15F | 5B | 36 |
| Octal | 364 | 40 | 77 | 0 | 127 | 112 | 4 | 537 | 133 | 66 |
| Binary | 11110100 | 100000 | 111111 | 0 | 1010111 | 1001010 | 100 | 101011111 | 1011011 | 110110 |
Color Harmonies of #F4203F
Complementary color
Monochromatic Colors of #F4203F
Black with #F4203F
Text Example
Text Example
White with #F4203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4203F; }
p { color: rgb(244,32,63); }
H1.HeaderClassName
{
color: #F4203F;
}
.AnyTagClassName
{
color: #F4203F;
}
</style>
background-color css
<style>
a { background-color: #F4203F; }
a { background-color: rgb(244,32,63); }
div.DivClassName
{
background-color: #F4203F;
}
.BgClassName
{
background-color: #F4203F;
}
</style>
border-color css
<style>
span { border-color: #F4203F; }
span { border-color: rgb(244,32,63); }
td.TdClassName
{
border-color: #F4203F;
}
.TagClassName
{
border-color: #F4203F;
}
</style>