Shades of Alizarin #F6343F
Tints of Alizarin #F6343F
RGB
CMYK
RGB Variations
Color information
#F6343F (or 0xF6343F) is known color: Alizarin. HEX triplet: F6, 34 and 3F. RGB value is (246,52,63). Sum of RGB (Red+Green+Blue) = 246+52+63=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F6343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6343F is #09CBC0. Grayscale: #6F6F6F. Windows color (decimal): -641985 or 4142326. OLE color: 4142326.
HSL color Cylindrical-coordinate representation of color #F6343F: hue angle of 356.6º 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 #F6343F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 63 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.04 |
| HSL | 356.6º | 0.92% | 0.58% | - |
| HSV(B) | 356.6º | 0.79% | 0.96% | - |
| XYZ | 40.13 | 22.41 | 6.91 | - |
| YUV | 111.26 | 100.77 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 63 | 0 | 0.79 | 0.74 | 0.04 | 356.6 | 0.92 | 0.58 |
| Hex | F6 | 34 | 3F | 0 | 4F | 4A | 4 | 165 | 5C | 3A |
| Octal | 366 | 64 | 77 | 0 | 117 | 112 | 4 | 545 | 134 | 72 |
| Binary | 11110110 | 110100 | 111111 | 0 | 1001111 | 1001010 | 100 | 101100101 | 1011100 | 111010 |
Color Harmonies of #F6343F
Complementary color
Monochromatic Colors of #F6343F
Black with #F6343F
Text Example
Text Example
White with #F6343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6343F; }
p { color: rgb(246,52,63); }
H1.HeaderClassName
{
color: #F6343F;
}
.AnyTagClassName
{
color: #F6343F;
}
</style>
background-color css
<style>
a { background-color: #F6343F; }
a { background-color: rgb(246,52,63); }
div.DivClassName
{
background-color: #F6343F;
}
.BgClassName
{
background-color: #F6343F;
}
</style>
border-color css
<style>
span { border-color: #F6343F; }
span { border-color: rgb(246,52,63); }
td.TdClassName
{
border-color: #F6343F;
}
.TagClassName
{
border-color: #F6343F;
}
</style>