Shades of Alizarin #F6292A
Tints of Alizarin #F6292A
RGB
CMYK
RGB Variations
Color information
#F6292A (or 0xF6292A) is known color: Alizarin. HEX triplet: F6, 29 and 2A. RGB value is (246,41,42). Sum of RGB (Red+Green+Blue) = 246+41+42=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F6292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6292A is #09D6D5. Grayscale: #666666. Windows color (decimal): -644822 or 2763254. OLE color: 2763254.
HSL color Cylindrical-coordinate representation of color #F6292A: hue angle of 359.71º 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 #F6292A is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 42 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.04 |
| HSL | 359.71º | 0.92% | 0.56% | - |
| HSV(B) | 359.71º | 0.83% | 0.96% | - |
| XYZ | 39.22 | 21.35 | 4.24 | - |
| YUV | 102.41 | 93.92 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 42 | 0 | 0.83 | 0.83 | 0.04 | 359.71 | 0.92 | 0.56 |
| Hex | F6 | 29 | 2A | 0 | 53 | 53 | 4 | 168 | 5C | 38 |
| Octal | 366 | 51 | 52 | 0 | 123 | 123 | 4 | 550 | 134 | 70 |
| Binary | 11110110 | 101001 | 101010 | 0 | 1010011 | 1010011 | 100 | 101101000 | 1011100 | 111000 |
Color Harmonies of #F6292A
Complementary color
Monochromatic Colors of #F6292A
Black with #F6292A
Text Example
Text Example
White with #F6292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6292A; }
p { color: rgb(246,41,42); }
H1.HeaderClassName
{
color: #F6292A;
}
.AnyTagClassName
{
color: #F6292A;
}
</style>
background-color css
<style>
a { background-color: #F6292A; }
a { background-color: rgb(246,41,42); }
div.DivClassName
{
background-color: #F6292A;
}
.BgClassName
{
background-color: #F6292A;
}
</style>
border-color css
<style>
span { border-color: #F6292A; }
span { border-color: rgb(246,41,42); }
td.TdClassName
{
border-color: #F6292A;
}
.TagClassName
{
border-color: #F6292A;
}
</style>