Shades of Alizarin #F6323B
Tints of Alizarin #F6323B
RGB
CMYK
RGB Variations
Color information
#F6323B (or 0xF6323B) is known color: Alizarin. HEX triplet: F6, 32 and 3B. RGB value is (246,50,59). Sum of RGB (Red+Green+Blue) = 246+50+59=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F6323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6323B is #09CDC4. Grayscale: #6D6D6D. Windows color (decimal): -642501 or 3879670. OLE color: 3879670.
HSL color Cylindrical-coordinate representation of color #F6323B: hue angle of 357.24º 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 #F6323B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.04 |
| HSL | 357.24º | 0.92% | 0.58% | - |
| HSV(B) | 357.24º | 0.8% | 0.96% | - |
| XYZ | 39.94 | 22.19 | 6.32 | - |
| YUV | 109.63 | 99.43 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 59 | 0 | 0.80 | 0.76 | 0.04 | 357.24 | 0.92 | 0.58 |
| Hex | F6 | 32 | 3B | 0 | 50 | 4C | 4 | 165 | 5C | 3A |
| Octal | 366 | 62 | 73 | 0 | 120 | 114 | 4 | 545 | 134 | 72 |
| Binary | 11110110 | 110010 | 111011 | 0 | 1010000 | 1001100 | 100 | 101100101 | 1011100 | 111010 |
Color Harmonies of #F6323B
Complementary color
Monochromatic Colors of #F6323B
Black with #F6323B
Text Example
Text Example
White with #F6323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6323B; }
p { color: rgb(246,50,59); }
H1.HeaderClassName
{
color: #F6323B;
}
.AnyTagClassName
{
color: #F6323B;
}
</style>
background-color css
<style>
a { background-color: #F6323B; }
a { background-color: rgb(246,50,59); }
div.DivClassName
{
background-color: #F6323B;
}
.BgClassName
{
background-color: #F6323B;
}
</style>
border-color css
<style>
span { border-color: #F6323B; }
span { border-color: rgb(246,50,59); }
td.TdClassName
{
border-color: #F6323B;
}
.TagClassName
{
border-color: #F6323B;
}
</style>