Shades of Alizarin #F62B3E
Tints of Alizarin #F62B3E
RGB
CMYK
RGB Variations
Color information
#F62B3E (or 0xF62B3E) is known color: Alizarin. HEX triplet: F6, 2B and 3E. RGB value is (246,43,62). Sum of RGB (Red+Green+Blue) = 246+43+62=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62B3E is #09D4C1. Grayscale: #696969. Windows color (decimal): -644290 or 4074486. OLE color: 4074486.
HSL color Cylindrical-coordinate representation of color #F62B3E: hue angle of 354.38º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62B3E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 62 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.04 |
| HSL | 354.38º | 0.92% | 0.57% | - |
| HSV(B) | 354.38º | 0.83% | 0.96% | - |
| XYZ | 39.74 | 21.67 | 6.65 | - |
| YUV | 105.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 62 | 0 | 0.83 | 0.75 | 0.04 | 354.38 | 0.92 | 0.57 |
| Hex | F6 | 2B | 3E | 0 | 53 | 4B | 4 | 162 | 5C | 39 |
| Octal | 366 | 53 | 76 | 0 | 123 | 113 | 4 | 542 | 134 | 71 |
| Binary | 11110110 | 101011 | 111110 | 0 | 1010011 | 1001011 | 100 | 101100010 | 1011100 | 111001 |
Color Harmonies of #F62B3E
Complementary color
Monochromatic Colors of #F62B3E
Black with #F62B3E
Text Example
Text Example
White with #F62B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62B3E; }
p { color: rgb(246,43,62); }
H1.HeaderClassName
{
color: #F62B3E;
}
.AnyTagClassName
{
color: #F62B3E;
}
</style>
background-color css
<style>
a { background-color: #F62B3E; }
a { background-color: rgb(246,43,62); }
div.DivClassName
{
background-color: #F62B3E;
}
.BgClassName
{
background-color: #F62B3E;
}
</style>
border-color css
<style>
span { border-color: #F62B3E; }
span { border-color: rgb(246,43,62); }
td.TdClassName
{
border-color: #F62B3E;
}
.TagClassName
{
border-color: #F62B3E;
}
</style>