Shades of Alizarin #F4303C
Tints of Alizarin #F4303C
RGB
CMYK
RGB Variations
Color information
#F4303C (or 0xF4303C) is known color: Alizarin. HEX triplet: F4, 30 and 3C. RGB value is (244,48,60). Sum of RGB (Red+Green+Blue) = 244+48+60=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F4303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4303C is #0BCFC3. Grayscale: #6C6C6C. Windows color (decimal): -774084 or 3944692. OLE color: 3944692.
HSL color Cylindrical-coordinate representation of color #F4303C: hue angle of 356.33º 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 #F4303C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 60 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.04 |
| HSL | 356.33º | 0.9% | 0.57% | - |
| HSV(B) | 356.33º | 0.8% | 0.96% | - |
| XYZ | 39.18 | 21.67 | 6.39 | - |
| YUV | 107.97 | 100.93 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 60 | 0 | 0.80 | 0.75 | 0.04 | 356.33 | 0.9 | 0.57 |
| Hex | F4 | 30 | 3C | 0 | 50 | 4B | 4 | 164 | 5A | 39 |
| Octal | 364 | 60 | 74 | 0 | 120 | 113 | 4 | 544 | 132 | 71 |
| Binary | 11110100 | 110000 | 111100 | 0 | 1010000 | 1001011 | 100 | 101100100 | 1011010 | 111001 |
Color Harmonies of #F4303C
Complementary color
Monochromatic Colors of #F4303C
Black with #F4303C
Text Example
Text Example
White with #F4303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4303C; }
p { color: rgb(244,48,60); }
H1.HeaderClassName
{
color: #F4303C;
}
.AnyTagClassName
{
color: #F4303C;
}
</style>
background-color css
<style>
a { background-color: #F4303C; }
a { background-color: rgb(244,48,60); }
div.DivClassName
{
background-color: #F4303C;
}
.BgClassName
{
background-color: #F4303C;
}
</style>
border-color css
<style>
span { border-color: #F4303C; }
span { border-color: rgb(244,48,60); }
td.TdClassName
{
border-color: #F4303C;
}
.TagClassName
{
border-color: #F4303C;
}
</style>