Shades of Alizarin #F6243C
Tints of Alizarin #F6243C
RGB
CMYK
RGB Variations
Color information
#F6243C (or 0xF6243C) is known color: Alizarin. HEX triplet: F6, 24 and 3C. RGB value is (246,36,60). Sum of RGB (Red+Green+Blue) = 246+36+60=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F6243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6243C is #09DBC3. Grayscale: #656565. Windows color (decimal): -646084 or 3941622. OLE color: 3941622.
HSL color Cylindrical-coordinate representation of color #F6243C: hue angle of 353.14º degrees, saturation: 0.92, 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 #F6243C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.04 |
| HSL | 353.14º | 0.92% | 0.55% | - |
| HSV(B) | 353.14º | 0.85% | 0.96% | - |
| XYZ | 39.45 | 21.18 | 6.28 | - |
| YUV | 101.53 | 104.57 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 60 | 0 | 0.85 | 0.76 | 0.04 | 353.14 | 0.92 | 0.55 |
| Hex | F6 | 24 | 3C | 0 | 55 | 4C | 4 | 161 | 5C | 37 |
| Octal | 366 | 44 | 74 | 0 | 125 | 114 | 4 | 541 | 134 | 67 |
| Binary | 11110110 | 100100 | 111100 | 0 | 1010101 | 1001100 | 100 | 101100001 | 1011100 | 110111 |
Color Harmonies of #F6243C
Complementary color
Monochromatic Colors of #F6243C
Black with #F6243C
Text Example
Text Example
White with #F6243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6243C; }
p { color: rgb(246,36,60); }
H1.HeaderClassName
{
color: #F6243C;
}
.AnyTagClassName
{
color: #F6243C;
}
</style>
background-color css
<style>
a { background-color: #F6243C; }
a { background-color: rgb(246,36,60); }
div.DivClassName
{
background-color: #F6243C;
}
.BgClassName
{
background-color: #F6243C;
}
</style>
border-color css
<style>
span { border-color: #F6243C; }
span { border-color: rgb(246,36,60); }
td.TdClassName
{
border-color: #F6243C;
}
.TagClassName
{
border-color: #F6243C;
}
</style>