Shades of Alizarin #F62138
Tints of Alizarin #F62138
RGB
CMYK
RGB Variations
Color information
#F62138 (or 0xF62138) is known color: Alizarin. HEX triplet: F6, 21 and 38. RGB value is (246,33,56). Sum of RGB (Red+Green+Blue) = 246+33+56=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F62138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62138 is #09DEC7. Grayscale: #636363. Windows color (decimal): -646856 or 3678710. OLE color: 3678710.
HSL color Cylindrical-coordinate representation of color #F62138: hue angle of 353.52º 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 #F62138 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 56 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.04 |
| HSL | 353.52º | 0.92% | 0.55% | - |
| HSV(B) | 353.52º | 0.87% | 0.96% | - |
| XYZ | 39.26 | 20.97 | 5.72 | - |
| YUV | 99.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 56 | 0 | 0.87 | 0.77 | 0.04 | 353.52 | 0.92 | 0.55 |
| Hex | F6 | 21 | 38 | 0 | 57 | 4D | 4 | 162 | 5C | 37 |
| Octal | 366 | 41 | 70 | 0 | 127 | 115 | 4 | 542 | 134 | 67 |
| Binary | 11110110 | 100001 | 111000 | 0 | 1010111 | 1001101 | 100 | 101100010 | 1011100 | 110111 |
Color Harmonies of #F62138
Complementary color
Monochromatic Colors of #F62138
Black with #F62138
Text Example
Text Example
White with #F62138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62138; }
p { color: rgb(246,33,56); }
H1.HeaderClassName
{
color: #F62138;
}
.AnyTagClassName
{
color: #F62138;
}
</style>
background-color css
<style>
a { background-color: #F62138; }
a { background-color: rgb(246,33,56); }
div.DivClassName
{
background-color: #F62138;
}
.BgClassName
{
background-color: #F62138;
}
</style>
border-color css
<style>
span { border-color: #F62138; }
span { border-color: rgb(246,33,56); }
td.TdClassName
{
border-color: #F62138;
}
.TagClassName
{
border-color: #F62138;
}
</style>