Shades of Alizarin #F6293C
Tints of Alizarin #F6293C
RGB
CMYK
RGB Variations
Color information
#F6293C (or 0xF6293C) is known color: Alizarin. HEX triplet: F6, 29 and 3C. RGB value is (246,41,60). Sum of RGB (Red+Green+Blue) = 246+41+60=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6293C is #09D6C3. Grayscale: #686868. Windows color (decimal): -644804 or 3942902. OLE color: 3942902.
HSL color Cylindrical-coordinate representation of color #F6293C: hue angle of 354.44º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6293C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 60 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.04 |
| HSL | 354.44º | 0.92% | 0.56% | - |
| HSV(B) | 354.44º | 0.83% | 0.96% | - |
| XYZ | 39.61 | 21.5 | 6.34 | - |
| YUV | 104.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 60 | 0 | 0.83 | 0.76 | 0.04 | 354.44 | 0.92 | 0.56 |
| Hex | F6 | 29 | 3C | 0 | 53 | 4C | 4 | 162 | 5C | 38 |
| Octal | 366 | 51 | 74 | 0 | 123 | 114 | 4 | 542 | 134 | 70 |
| Binary | 11110110 | 101001 | 111100 | 0 | 1010011 | 1001100 | 100 | 101100010 | 1011100 | 111000 |
Color Harmonies of #F6293C
Complementary color
Monochromatic Colors of #F6293C
Black with #F6293C
Text Example
Text Example
White with #F6293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6293C; }
p { color: rgb(246,41,60); }
H1.HeaderClassName
{
color: #F6293C;
}
.AnyTagClassName
{
color: #F6293C;
}
</style>
background-color css
<style>
a { background-color: #F6293C; }
a { background-color: rgb(246,41,60); }
div.DivClassName
{
background-color: #F6293C;
}
.BgClassName
{
background-color: #F6293C;
}
</style>
border-color css
<style>
span { border-color: #F6293C; }
span { border-color: rgb(246,41,60); }
td.TdClassName
{
border-color: #F6293C;
}
.TagClassName
{
border-color: #F6293C;
}
</style>