Shades of Alizarin #F62140
Tints of Alizarin #F62140
RGB
CMYK
RGB Variations
Color information
#F62140 (or 0xF62140) is known color: Alizarin. HEX triplet: F6, 21 and 40. RGB value is (246,33,64). Sum of RGB (Red+Green+Blue) = 246+33+64=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F62140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62140 is #09DEBF. Grayscale: #646464. Windows color (decimal): -646848 or 4202998. OLE color: 4202998.
HSL color Cylindrical-coordinate representation of color #F62140: hue angle of 351.27º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62140 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 64 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.04 |
| HSL | 351.27º | 0.92% | 0.55% | - |
| HSV(B) | 351.27º | 0.87% | 0.96% | - |
| XYZ | 39.48 | 21.05 | 6.83 | - |
| YUV | 100.22 | 107.57 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 64 | 0 | 0.87 | 0.74 | 0.04 | 351.27 | 0.92 | 0.55 |
| Hex | F6 | 21 | 40 | 0 | 57 | 4A | 4 | 15F | 5C | 37 |
| Octal | 366 | 41 | 100 | 0 | 127 | 112 | 4 | 537 | 134 | 67 |
| Binary | 11110110 | 100001 | 1000000 | 0 | 1010111 | 1001010 | 100 | 101011111 | 1011100 | 110111 |
Color Harmonies of #F62140
Complementary color
Monochromatic Colors of #F62140
Black with #F62140
Text Example
Text Example
White with #F62140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62140; }
p { color: rgb(246,33,64); }
H1.HeaderClassName
{
color: #F62140;
}
.AnyTagClassName
{
color: #F62140;
}
</style>
background-color css
<style>
a { background-color: #F62140; }
a { background-color: rgb(246,33,64); }
div.DivClassName
{
background-color: #F62140;
}
.BgClassName
{
background-color: #F62140;
}
</style>
border-color css
<style>
span { border-color: #F62140; }
span { border-color: rgb(246,33,64); }
td.TdClassName
{
border-color: #F62140;
}
.TagClassName
{
border-color: #F62140;
}
</style>