Shades of Alizarin #F62A3A
Tints of Alizarin #F62A3A
RGB
CMYK
RGB Variations
Color information
#F62A3A (or 0xF62A3A) is known color: Alizarin. HEX triplet: F6, 2A and 3A. RGB value is (246,42,58). Sum of RGB (Red+Green+Blue) = 246+42+58=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F62A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62A3A is #09D5C5. Grayscale: #686868. Windows color (decimal): -644550 or 3812086. OLE color: 3812086.
HSL color Cylindrical-coordinate representation of color #F62A3A: hue angle of 355.29º 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 #F62A3A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 58 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.04 |
| HSL | 355.29º | 0.92% | 0.56% | - |
| HSV(B) | 355.29º | 0.83% | 0.96% | - |
| XYZ | 39.6 | 21.55 | 6.08 | - |
| YUV | 104.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 58 | 0 | 0.83 | 0.76 | 0.04 | 355.29 | 0.92 | 0.56 |
| Hex | F6 | 2A | 3A | 0 | 53 | 4C | 4 | 163 | 5C | 38 |
| Octal | 366 | 52 | 72 | 0 | 123 | 114 | 4 | 543 | 134 | 70 |
| Binary | 11110110 | 101010 | 111010 | 0 | 1010011 | 1001100 | 100 | 101100011 | 1011100 | 111000 |
Color Harmonies of #F62A3A
Complementary color
Monochromatic Colors of #F62A3A
Black with #F62A3A
Text Example
Text Example
White with #F62A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62A3A; }
p { color: rgb(246,42,58); }
H1.HeaderClassName
{
color: #F62A3A;
}
.AnyTagClassName
{
color: #F62A3A;
}
</style>
background-color css
<style>
a { background-color: #F62A3A; }
a { background-color: rgb(246,42,58); }
div.DivClassName
{
background-color: #F62A3A;
}
.BgClassName
{
background-color: #F62A3A;
}
</style>
border-color css
<style>
span { border-color: #F62A3A; }
span { border-color: rgb(246,42,58); }
td.TdClassName
{
border-color: #F62A3A;
}
.TagClassName
{
border-color: #F62A3A;
}
</style>