Shades of Alizarin #F4253F
Tints of Alizarin #F4253F
RGB
CMYK
RGB Variations
Color information
#F4253F (or 0xF4253F) is known color: Alizarin. HEX triplet: F4, 25 and 3F. RGB value is (244,37,63). Sum of RGB (Red+Green+Blue) = 244+37+63=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4253F is #0BDAC0. Grayscale: #656565. Windows color (decimal): -776897 or 4138484. OLE color: 4138484.
HSL color Cylindrical-coordinate representation of color #F4253F: hue angle of 352.46º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4253F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 63 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.04 |
| HSL | 352.46º | 0.9% | 0.55% | - |
| HSV(B) | 352.46º | 0.85% | 0.96% | - |
| XYZ | 38.87 | 20.92 | 6.69 | - |
| YUV | 101.86 | 106.08 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 63 | 0 | 0.85 | 0.74 | 0.04 | 352.46 | 0.9 | 0.55 |
| Hex | F4 | 25 | 3F | 0 | 55 | 4A | 4 | 160 | 5A | 37 |
| Octal | 364 | 45 | 77 | 0 | 125 | 112 | 4 | 540 | 132 | 67 |
| Binary | 11110100 | 100101 | 111111 | 0 | 1010101 | 1001010 | 100 | 101100000 | 1011010 | 110111 |
Color Harmonies of #F4253F
Complementary color
Monochromatic Colors of #F4253F
Black with #F4253F
Text Example
Text Example
White with #F4253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4253F; }
p { color: rgb(244,37,63); }
H1.HeaderClassName
{
color: #F4253F;
}
.AnyTagClassName
{
color: #F4253F;
}
</style>
background-color css
<style>
a { background-color: #F4253F; }
a { background-color: rgb(244,37,63); }
div.DivClassName
{
background-color: #F4253F;
}
.BgClassName
{
background-color: #F4253F;
}
</style>
border-color css
<style>
span { border-color: #F4253F; }
span { border-color: rgb(244,37,63); }
td.TdClassName
{
border-color: #F4253F;
}
.TagClassName
{
border-color: #F4253F;
}
</style>