Shades of Alizarin #F4233C
Tints of Alizarin #F4233C
RGB
CMYK
RGB Variations
Color information
#F4233C (or 0xF4233C) is known color: Alizarin. HEX triplet: F4, 23 and 3C. RGB value is (244,35,60). Sum of RGB (Red+Green+Blue) = 244+35+60=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4233C is #0BDCC3. Grayscale: #646464. Windows color (decimal): -777412 or 3941364. OLE color: 3941364.
HSL color Cylindrical-coordinate representation of color #F4233C: hue angle of 352.82º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4233C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 60 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.04 |
| HSL | 352.82º | 0.9% | 0.55% | - |
| HSV(B) | 352.82º | 0.86% | 0.96% | - |
| XYZ | 38.72 | 20.76 | 6.24 | - |
| YUV | 100.34 | 105.24 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 60 | 0 | 0.86 | 0.75 | 0.04 | 352.82 | 0.9 | 0.55 |
| Hex | F4 | 23 | 3C | 0 | 56 | 4B | 4 | 161 | 5A | 37 |
| Octal | 364 | 43 | 74 | 0 | 126 | 113 | 4 | 541 | 132 | 67 |
| Binary | 11110100 | 100011 | 111100 | 0 | 1010110 | 1001011 | 100 | 101100001 | 1011010 | 110111 |
Color Harmonies of #F4233C
Complementary color
Monochromatic Colors of #F4233C
Black with #F4233C
Text Example
Text Example
White with #F4233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4233C; }
p { color: rgb(244,35,60); }
H1.HeaderClassName
{
color: #F4233C;
}
.AnyTagClassName
{
color: #F4233C;
}
</style>
background-color css
<style>
a { background-color: #F4233C; }
a { background-color: rgb(244,35,60); }
div.DivClassName
{
background-color: #F4233C;
}
.BgClassName
{
background-color: #F4233C;
}
</style>
border-color css
<style>
span { border-color: #F4233C; }
span { border-color: rgb(244,35,60); }
td.TdClassName
{
border-color: #F4233C;
}
.TagClassName
{
border-color: #F4233C;
}
</style>