Shades of Alizarin #F4263C
Tints of Alizarin #F4263C
RGB
CMYK
RGB Variations
Color information
#F4263C (or 0xF4263C) is known color: Alizarin. HEX triplet: F4, 26 and 3C. RGB value is (244,38,60). Sum of RGB (Red+Green+Blue) = 244+38+60=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F4263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4263C is #0BD9C3. Grayscale: #666666. Windows color (decimal): -776644 or 3942132. OLE color: 3942132.
HSL color Cylindrical-coordinate representation of color #F4263C: hue angle of 353.59º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4263C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.59º | 0.9% | 0.55% | - |
| HSV(B) | 353.59º | 0.84% | 0.96% | - |
| XYZ | 38.82 | 20.95 | 6.27 | - |
| YUV | 102.1 | 104.25 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 60 | 0 | 0.84 | 0.75 | 0.04 | 353.59 | 0.9 | 0.55 |
| Hex | F4 | 26 | 3C | 0 | 54 | 4B | 4 | 162 | 5A | 37 |
| Octal | 364 | 46 | 74 | 0 | 124 | 113 | 4 | 542 | 132 | 67 |
| Binary | 11110100 | 100110 | 111100 | 0 | 1010100 | 1001011 | 100 | 101100010 | 1011010 | 110111 |
Color Harmonies of #F4263C
Complementary color
Monochromatic Colors of #F4263C
Black with #F4263C
Text Example
Text Example
White with #F4263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4263C; }
p { color: rgb(244,38,60); }
H1.HeaderClassName
{
color: #F4263C;
}
.AnyTagClassName
{
color: #F4263C;
}
</style>
background-color css
<style>
a { background-color: #F4263C; }
a { background-color: rgb(244,38,60); }
div.DivClassName
{
background-color: #F4263C;
}
.BgClassName
{
background-color: #F4263C;
}
</style>
border-color css
<style>
span { border-color: #F4263C; }
span { border-color: rgb(244,38,60); }
td.TdClassName
{
border-color: #F4263C;
}
.TagClassName
{
border-color: #F4263C;
}
</style>