Shades of Alizarin #F6252C
Tints of Alizarin #F6252C
RGB
CMYK
RGB Variations
Color information
#F6252C (or 0xF6252C) is known color: Alizarin. HEX triplet: F6, 25 and 2C. RGB value is (246,37,44). Sum of RGB (Red+Green+Blue) = 246+37+44=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F6252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6252C is #09DAD3. Grayscale: #646464. Windows color (decimal): -645844 or 2893302. OLE color: 2893302.
HSL color Cylindrical-coordinate representation of color #F6252C: hue angle of 357.99º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6252C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 44 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.04 |
| HSL | 357.99º | 0.92% | 0.55% | - |
| HSV(B) | 357.99º | 0.85% | 0.96% | - |
| XYZ | 39.12 | 21.1 | 4.39 | - |
| YUV | 100.29 | 96.24 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 44 | 0 | 0.85 | 0.82 | 0.04 | 357.99 | 0.92 | 0.55 |
| Hex | F6 | 25 | 2C | 0 | 55 | 52 | 4 | 166 | 5C | 37 |
| Octal | 366 | 45 | 54 | 0 | 125 | 122 | 4 | 546 | 134 | 67 |
| Binary | 11110110 | 100101 | 101100 | 0 | 1010101 | 1010010 | 100 | 101100110 | 1011100 | 110111 |
Color Harmonies of #F6252C
Complementary color
Monochromatic Colors of #F6252C
Black with #F6252C
Text Example
Text Example
White with #F6252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6252C; }
p { color: rgb(246,37,44); }
H1.HeaderClassName
{
color: #F6252C;
}
.AnyTagClassName
{
color: #F6252C;
}
</style>
background-color css
<style>
a { background-color: #F6252C; }
a { background-color: rgb(246,37,44); }
div.DivClassName
{
background-color: #F6252C;
}
.BgClassName
{
background-color: #F6252C;
}
</style>
border-color css
<style>
span { border-color: #F6252C; }
span { border-color: rgb(246,37,44); }
td.TdClassName
{
border-color: #F6252C;
}
.TagClassName
{
border-color: #F6252C;
}
</style>