Shades of Alizarin #F6343C
Tints of Alizarin #F6343C
RGB
CMYK
RGB Variations
Color information
#F6343C (or 0xF6343C) is known color: Alizarin. HEX triplet: F6, 34 and 3C. RGB value is (246,52,60). Sum of RGB (Red+Green+Blue) = 246+52+60=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6343C is #09CBC3. Grayscale: #6F6F6F. Windows color (decimal): -641988 or 3945718. OLE color: 3945718.
HSL color Cylindrical-coordinate representation of color #F6343C: hue angle of 357.53º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F6343C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.04 |
| HSL | 357.53º | 0.92% | 0.58% | - |
| HSV(B) | 357.53º | 0.79% | 0.96% | - |
| XYZ | 40.05 | 22.38 | 6.48 | - |
| YUV | 110.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 60 | 0 | 0.79 | 0.76 | 0.04 | 357.53 | 0.92 | 0.58 |
| Hex | F6 | 34 | 3C | 0 | 4F | 4C | 4 | 166 | 5C | 3A |
| Octal | 366 | 64 | 74 | 0 | 117 | 114 | 4 | 546 | 134 | 72 |
| Binary | 11110110 | 110100 | 111100 | 0 | 1001111 | 1001100 | 100 | 101100110 | 1011100 | 111010 |
Color Harmonies of #F6343C
Complementary color
Monochromatic Colors of #F6343C
Black with #F6343C
Text Example
Text Example
White with #F6343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6343C; }
p { color: rgb(246,52,60); }
H1.HeaderClassName
{
color: #F6343C;
}
.AnyTagClassName
{
color: #F6343C;
}
</style>
background-color css
<style>
a { background-color: #F6343C; }
a { background-color: rgb(246,52,60); }
div.DivClassName
{
background-color: #F6343C;
}
.BgClassName
{
background-color: #F6343C;
}
</style>
border-color css
<style>
span { border-color: #F6343C; }
span { border-color: rgb(246,52,60); }
td.TdClassName
{
border-color: #F6343C;
}
.TagClassName
{
border-color: #F6343C;
}
</style>