Shades of Alizarin #F4283C
Tints of Alizarin #F4283C
RGB
CMYK
RGB Variations
Color information
#F4283C (or 0xF4283C) is known color: Alizarin. HEX triplet: F4, 28 and 3C. RGB value is (244,40,60). Sum of RGB (Red+Green+Blue) = 244+40+60=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4283C is #0BD7C3. Grayscale: #676767. Windows color (decimal): -776132 or 3942644. OLE color: 3942644.
HSL color Cylindrical-coordinate representation of color #F4283C: hue angle of 354.12º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4283C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 354.12º | 0.9% | 0.56% | - |
| HSV(B) | 354.12º | 0.84% | 0.96% | - |
| XYZ | 38.88 | 21.08 | 6.29 | - |
| YUV | 103.28 | 103.59 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 60 | 0 | 0.84 | 0.75 | 0.04 | 354.12 | 0.9 | 0.56 |
| Hex | F4 | 28 | 3C | 0 | 54 | 4B | 4 | 162 | 5A | 38 |
| Octal | 364 | 50 | 74 | 0 | 124 | 113 | 4 | 542 | 132 | 70 |
| Binary | 11110100 | 101000 | 111100 | 0 | 1010100 | 1001011 | 100 | 101100010 | 1011010 | 111000 |
Color Harmonies of #F4283C
Complementary color
Monochromatic Colors of #F4283C
Black with #F4283C
Text Example
Text Example
White with #F4283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4283C; }
p { color: rgb(244,40,60); }
H1.HeaderClassName
{
color: #F4283C;
}
.AnyTagClassName
{
color: #F4283C;
}
</style>
background-color css
<style>
a { background-color: #F4283C; }
a { background-color: rgb(244,40,60); }
div.DivClassName
{
background-color: #F4283C;
}
.BgClassName
{
background-color: #F4283C;
}
</style>
border-color css
<style>
span { border-color: #F4283C; }
span { border-color: rgb(244,40,60); }
td.TdClassName
{
border-color: #F4283C;
}
.TagClassName
{
border-color: #F4283C;
}
</style>