Shades of Alizarin #F6323C
Tints of Alizarin #F6323C
RGB
CMYK
RGB Variations
Color information
#F6323C (or 0xF6323C) is known color: Alizarin. HEX triplet: F6, 32 and 3C. RGB value is (246,50,60). Sum of RGB (Red+Green+Blue) = 246+50+60=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6323C is #09CDC3. Grayscale: #6D6D6D. Windows color (decimal): -642500 or 3945206. OLE color: 3945206.
HSL color Cylindrical-coordinate representation of color #F6323C: hue angle of 356.94º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6323C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.04 |
| HSL | 356.94º | 0.92% | 0.58% | - |
| HSV(B) | 356.94º | 0.8% | 0.96% | - |
| XYZ | 39.96 | 22.2 | 6.45 | - |
| YUV | 109.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 60 | 0 | 0.80 | 0.76 | 0.04 | 356.94 | 0.92 | 0.58 |
| Hex | F6 | 32 | 3C | 0 | 50 | 4C | 4 | 165 | 5C | 3A |
| Octal | 366 | 62 | 74 | 0 | 120 | 114 | 4 | 545 | 134 | 72 |
| Binary | 11110110 | 110010 | 111100 | 0 | 1010000 | 1001100 | 100 | 101100101 | 1011100 | 111010 |
Color Harmonies of #F6323C
Complementary color
Monochromatic Colors of #F6323C
Black with #F6323C
Text Example
Text Example
White with #F6323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6323C; }
p { color: rgb(246,50,60); }
H1.HeaderClassName
{
color: #F6323C;
}
.AnyTagClassName
{
color: #F6323C;
}
</style>
background-color css
<style>
a { background-color: #F6323C; }
a { background-color: rgb(246,50,60); }
div.DivClassName
{
background-color: #F6323C;
}
.BgClassName
{
background-color: #F6323C;
}
</style>
border-color css
<style>
span { border-color: #F6323C; }
span { border-color: rgb(246,50,60); }
td.TdClassName
{
border-color: #F6323C;
}
.TagClassName
{
border-color: #F6323C;
}
</style>