Shades of Alizarin #F62841
Tints of Alizarin #F62841
RGB
CMYK
RGB Variations
Color information
#F62841 (or 0xF62841) is known color: Alizarin. HEX triplet: F6, 28 and 41. RGB value is (246,40,65). Sum of RGB (Red+Green+Blue) = 246+40+65=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F62841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62841 is #09D7BE. Grayscale: #686868. Windows color (decimal): -645055 or 4270326. OLE color: 4270326.
HSL color Cylindrical-coordinate representation of color #F62841: hue angle of 352.72º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62841 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 65 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.04 |
| HSL | 352.72º | 0.92% | 0.56% | - |
| HSV(B) | 352.72º | 0.84% | 0.96% | - |
| XYZ | 39.72 | 21.49 | 7.06 | - |
| YUV | 104.44 | 105.75 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 65 | 0 | 0.84 | 0.74 | 0.04 | 352.72 | 0.92 | 0.56 |
| Hex | F6 | 28 | 41 | 0 | 54 | 4A | 4 | 161 | 5C | 38 |
| Octal | 366 | 50 | 101 | 0 | 124 | 112 | 4 | 541 | 134 | 70 |
| Binary | 11110110 | 101000 | 1000001 | 0 | 1010100 | 1001010 | 100 | 101100001 | 1011100 | 111000 |
Color Harmonies of #F62841
Complementary color
Monochromatic Colors of #F62841
Black with #F62841
Text Example
Text Example
White with #F62841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62841; }
p { color: rgb(246,40,65); }
H1.HeaderClassName
{
color: #F62841;
}
.AnyTagClassName
{
color: #F62841;
}
</style>
background-color css
<style>
a { background-color: #F62841; }
a { background-color: rgb(246,40,65); }
div.DivClassName
{
background-color: #F62841;
}
.BgClassName
{
background-color: #F62841;
}
</style>
border-color css
<style>
span { border-color: #F62841; }
span { border-color: rgb(246,40,65); }
td.TdClassName
{
border-color: #F62841;
}
.TagClassName
{
border-color: #F62841;
}
</style>