Shades of Alizarin #F62732
Tints of Alizarin #F62732
RGB
CMYK
RGB Variations
Color information
#F62732 (or 0xF62732) is known color: Alizarin. HEX triplet: F6, 27 and 32. RGB value is (246,39,50). Sum of RGB (Red+Green+Blue) = 246+39+50=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F62732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62732 is #09D8CD. Grayscale: #666666. Windows color (decimal): -645326 or 3287030. OLE color: 3287030.
HSL color Cylindrical-coordinate representation of color #F62732: hue angle of 356.81º 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 #F62732 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 50 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.04 |
| HSL | 356.81º | 0.92% | 0.56% | - |
| HSV(B) | 356.81º | 0.84% | 0.96% | - |
| XYZ | 39.31 | 21.27 | 5.05 | - |
| YUV | 102.15 | 98.58 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 50 | 0 | 0.84 | 0.80 | 0.04 | 356.81 | 0.92 | 0.56 |
| Hex | F6 | 27 | 32 | 0 | 54 | 50 | 4 | 165 | 5C | 38 |
| Octal | 366 | 47 | 62 | 0 | 124 | 120 | 4 | 545 | 134 | 70 |
| Binary | 11110110 | 100111 | 110010 | 0 | 1010100 | 1010000 | 100 | 101100101 | 1011100 | 111000 |
Color Harmonies of #F62732
Complementary color
Monochromatic Colors of #F62732
Black with #F62732
Text Example
Text Example
White with #F62732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62732; }
p { color: rgb(246,39,50); }
H1.HeaderClassName
{
color: #F62732;
}
.AnyTagClassName
{
color: #F62732;
}
</style>
background-color css
<style>
a { background-color: #F62732; }
a { background-color: rgb(246,39,50); }
div.DivClassName
{
background-color: #F62732;
}
.BgClassName
{
background-color: #F62732;
}
</style>
border-color css
<style>
span { border-color: #F62732; }
span { border-color: rgb(246,39,50); }
td.TdClassName
{
border-color: #F62732;
}
.TagClassName
{
border-color: #F62732;
}
</style>