Shades of Alizarin #F43B3C
Tints of Alizarin #F43B3C
RGB
CMYK
RGB Variations
Color information
#F43B3C (or 0xF43B3C) is known color: Alizarin. HEX triplet: F4, 3B and 3C. RGB value is (244,59,60). Sum of RGB (Red+Green+Blue) = 244+59+60=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F43B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43B3C is #0BC4C3. Grayscale: #727272. Windows color (decimal): -771268 or 3947508. OLE color: 3947508.
HSL color Cylindrical-coordinate representation of color #F43B3C: hue angle of 359.68º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43B3C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 59 | 60 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.04 |
| HSL | 359.68º | 0.89% | 0.59% | - |
| HSV(B) | 359.68º | 0.76% | 0.96% | - |
| XYZ | 39.69 | 22.69 | 6.56 | - |
| YUV | 114.43 | 97.29 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 59 | 60 | 0 | 0.76 | 0.75 | 0.04 | 359.68 | 0.89 | 0.59 |
| Hex | F4 | 3B | 3C | 0 | 4C | 4B | 4 | 168 | 59 | 3B |
| Octal | 364 | 73 | 74 | 0 | 114 | 113 | 4 | 550 | 131 | 73 |
| Binary | 11110100 | 111011 | 111100 | 0 | 1001100 | 1001011 | 100 | 101101000 | 1011001 | 111011 |
Color Harmonies of #F43B3C
Complementary color
Monochromatic Colors of #F43B3C
Black with #F43B3C
Text Example
Text Example
White with #F43B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43B3C; }
p { color: rgb(244,59,60); }
H1.HeaderClassName
{
color: #F43B3C;
}
.AnyTagClassName
{
color: #F43B3C;
}
</style>
background-color css
<style>
a { background-color: #F43B3C; }
a { background-color: rgb(244,59,60); }
div.DivClassName
{
background-color: #F43B3C;
}
.BgClassName
{
background-color: #F43B3C;
}
</style>
border-color css
<style>
span { border-color: #F43B3C; }
span { border-color: rgb(244,59,60); }
td.TdClassName
{
border-color: #F43B3C;
}
.TagClassName
{
border-color: #F43B3C;
}
</style>