Shades of Alizarin #F4303B
Tints of Alizarin #F4303B
RGB
CMYK
RGB Variations
Color information
#F4303B (or 0xF4303B) is known color: Alizarin. HEX triplet: F4, 30 and 3B. RGB value is (244,48,59). Sum of RGB (Red+Green+Blue) = 244+48+59=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F4303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4303B is #0BCFC4. Grayscale: #6C6C6C. Windows color (decimal): -774085 or 3879156. OLE color: 3879156.
HSL color Cylindrical-coordinate representation of color #F4303B: hue angle of 356.63º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4303B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.04 |
| HSL | 356.63º | 0.9% | 0.57% | - |
| HSV(B) | 356.63º | 0.8% | 0.96% | - |
| XYZ | 39.15 | 21.66 | 6.26 | - |
| YUV | 107.86 | 100.43 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 59 | 0 | 0.80 | 0.76 | 0.04 | 356.63 | 0.9 | 0.57 |
| Hex | F4 | 30 | 3B | 0 | 50 | 4C | 4 | 165 | 5A | 39 |
| Octal | 364 | 60 | 73 | 0 | 120 | 114 | 4 | 545 | 132 | 71 |
| Binary | 11110100 | 110000 | 111011 | 0 | 1010000 | 1001100 | 100 | 101100101 | 1011010 | 111001 |
Color Harmonies of #F4303B
Complementary color
Monochromatic Colors of #F4303B
Black with #F4303B
Text Example
Text Example
White with #F4303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4303B; }
p { color: rgb(244,48,59); }
H1.HeaderClassName
{
color: #F4303B;
}
.AnyTagClassName
{
color: #F4303B;
}
</style>
background-color css
<style>
a { background-color: #F4303B; }
a { background-color: rgb(244,48,59); }
div.DivClassName
{
background-color: #F4303B;
}
.BgClassName
{
background-color: #F4303B;
}
</style>
border-color css
<style>
span { border-color: #F4303B; }
span { border-color: rgb(244,48,59); }
td.TdClassName
{
border-color: #F4303B;
}
.TagClassName
{
border-color: #F4303B;
}
</style>