Shades of Alizarin #F4283F
Tints of Alizarin #F4283F
RGB
CMYK
RGB Variations
Color information
#F4283F (or 0xF4283F) is known color: Alizarin. HEX triplet: F4, 28 and 3F. RGB value is (244,40,63). Sum of RGB (Red+Green+Blue) = 244+40+63=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F4283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4283F is #0BD7C0. Grayscale: #676767. Windows color (decimal): -776129 or 4139252. OLE color: 4139252.
HSL color Cylindrical-coordinate representation of color #F4283F: hue angle of 353.24º 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 #F4283F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 63 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.04 |
| HSL | 353.24º | 0.9% | 0.56% | - |
| HSV(B) | 353.24º | 0.84% | 0.96% | - |
| XYZ | 38.96 | 21.11 | 6.72 | - |
| YUV | 103.62 | 105.09 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 63 | 0 | 0.84 | 0.74 | 0.04 | 353.24 | 0.9 | 0.56 |
| Hex | F4 | 28 | 3F | 0 | 54 | 4A | 4 | 161 | 5A | 38 |
| Octal | 364 | 50 | 77 | 0 | 124 | 112 | 4 | 541 | 132 | 70 |
| Binary | 11110100 | 101000 | 111111 | 0 | 1010100 | 1001010 | 100 | 101100001 | 1011010 | 111000 |
Color Harmonies of #F4283F
Complementary color
Monochromatic Colors of #F4283F
Black with #F4283F
Text Example
Text Example
White with #F4283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4283F; }
p { color: rgb(244,40,63); }
H1.HeaderClassName
{
color: #F4283F;
}
.AnyTagClassName
{
color: #F4283F;
}
</style>
background-color css
<style>
a { background-color: #F4283F; }
a { background-color: rgb(244,40,63); }
div.DivClassName
{
background-color: #F4283F;
}
.BgClassName
{
background-color: #F4283F;
}
</style>
border-color css
<style>
span { border-color: #F4283F; }
span { border-color: rgb(244,40,63); }
td.TdClassName
{
border-color: #F4283F;
}
.TagClassName
{
border-color: #F4283F;
}
</style>