Shades of Alizarin #F3243F
Tints of Alizarin #F3243F
RGB
CMYK
RGB Variations
Color information
#F3243F (or 0xF3243F) is known color: Alizarin. HEX triplet: F3, 24 and 3F. RGB value is (243,36,63). Sum of RGB (Red+Green+Blue) = 243+36+63=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3243F is #0CDBC0. Grayscale: #656565. Windows color (decimal): -842689 or 4138227. OLE color: 4138227.
HSL color Cylindrical-coordinate representation of color #F3243F: hue angle of 352.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3243F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 63 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.05 |
| HSL | 352.17º | 0.9% | 0.55% | - |
| HSV(B) | 352.17º | 0.85% | 0.95% | - |
| XYZ | 38.49 | 20.68 | 6.66 | - |
| YUV | 100.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 63 | 0 | 0.85 | 0.74 | 0.05 | 352.17 | 0.9 | 0.55 |
| Hex | F3 | 24 | 3F | 0 | 55 | 4A | 5 | 160 | 5A | 37 |
| Octal | 363 | 44 | 77 | 0 | 125 | 112 | 5 | 540 | 132 | 67 |
| Binary | 11110011 | 100100 | 111111 | 0 | 1010101 | 1001010 | 101 | 101100000 | 1011010 | 110111 |
Color Harmonies of #F3243F
Complementary color
Monochromatic Colors of #F3243F
Black with #F3243F
Text Example
Text Example
White with #F3243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3243F; }
p { color: rgb(243,36,63); }
H1.HeaderClassName
{
color: #F3243F;
}
.AnyTagClassName
{
color: #F3243F;
}
</style>
background-color css
<style>
a { background-color: #F3243F; }
a { background-color: rgb(243,36,63); }
div.DivClassName
{
background-color: #F3243F;
}
.BgClassName
{
background-color: #F3243F;
}
</style>
border-color css
<style>
span { border-color: #F3243F; }
span { border-color: rgb(243,36,63); }
td.TdClassName
{
border-color: #F3243F;
}
.TagClassName
{
border-color: #F3243F;
}
</style>