Shades of Alizarin #F6293B
Tints of Alizarin #F6293B
RGB
CMYK
RGB Variations
Color information
#F6293B (or 0xF6293B) is known color: Alizarin. HEX triplet: F6, 29 and 3B. RGB value is (246,41,59). Sum of RGB (Red+Green+Blue) = 246+41+59=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F6293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6293B is #09D6C4. Grayscale: #686868. Windows color (decimal): -644805 or 3877366. OLE color: 3877366.
HSL color Cylindrical-coordinate representation of color #F6293B: hue angle of 354.73º 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 #F6293B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 59 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.04 |
| HSL | 354.73º | 0.92% | 0.56% | - |
| HSV(B) | 354.73º | 0.83% | 0.96% | - |
| XYZ | 39.59 | 21.49 | 6.2 | - |
| YUV | 104.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 59 | 0 | 0.83 | 0.76 | 0.04 | 354.73 | 0.92 | 0.56 |
| Hex | F6 | 29 | 3B | 0 | 53 | 4C | 4 | 163 | 5C | 38 |
| Octal | 366 | 51 | 73 | 0 | 123 | 114 | 4 | 543 | 134 | 70 |
| Binary | 11110110 | 101001 | 111011 | 0 | 1010011 | 1001100 | 100 | 101100011 | 1011100 | 111000 |
Color Harmonies of #F6293B
Complementary color
Monochromatic Colors of #F6293B
Black with #F6293B
Text Example
Text Example
White with #F6293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6293B; }
p { color: rgb(246,41,59); }
H1.HeaderClassName
{
color: #F6293B;
}
.AnyTagClassName
{
color: #F6293B;
}
</style>
background-color css
<style>
a { background-color: #F6293B; }
a { background-color: rgb(246,41,59); }
div.DivClassName
{
background-color: #F6293B;
}
.BgClassName
{
background-color: #F6293B;
}
</style>
border-color css
<style>
span { border-color: #F6293B; }
span { border-color: rgb(246,41,59); }
td.TdClassName
{
border-color: #F6293B;
}
.TagClassName
{
border-color: #F6293B;
}
</style>