Shades of Alizarin #F6293A
Tints of Alizarin #F6293A
RGB
CMYK
RGB Variations
Color information
#F6293A (or 0xF6293A) is known color: Alizarin. HEX triplet: F6, 29 and 3A. RGB value is (246,41,58). Sum of RGB (Red+Green+Blue) = 246+41+58=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6293A is #09D6C5. Grayscale: #686868. Windows color (decimal): -644806 or 3811830. OLE color: 3811830.
HSL color Cylindrical-coordinate representation of color #F6293A: hue angle of 355.02º 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 #F6293A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 58 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.04 |
| HSL | 355.02º | 0.92% | 0.56% | - |
| HSV(B) | 355.02º | 0.83% | 0.96% | - |
| XYZ | 39.56 | 21.48 | 6.06 | - |
| YUV | 104.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 58 | 0 | 0.83 | 0.76 | 0.04 | 355.02 | 0.92 | 0.56 |
| Hex | F6 | 29 | 3A | 0 | 53 | 4C | 4 | 163 | 5C | 38 |
| Octal | 366 | 51 | 72 | 0 | 123 | 114 | 4 | 543 | 134 | 70 |
| Binary | 11110110 | 101001 | 111010 | 0 | 1010011 | 1001100 | 100 | 101100011 | 1011100 | 111000 |
Color Harmonies of #F6293A
Complementary color
Monochromatic Colors of #F6293A
Black with #F6293A
Text Example
Text Example
White with #F6293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6293A; }
p { color: rgb(246,41,58); }
H1.HeaderClassName
{
color: #F6293A;
}
.AnyTagClassName
{
color: #F6293A;
}
</style>
background-color css
<style>
a { background-color: #F6293A; }
a { background-color: rgb(246,41,58); }
div.DivClassName
{
background-color: #F6293A;
}
.BgClassName
{
background-color: #F6293A;
}
</style>
border-color css
<style>
span { border-color: #F6293A; }
span { border-color: rgb(246,41,58); }
td.TdClassName
{
border-color: #F6293A;
}
.TagClassName
{
border-color: #F6293A;
}
</style>