Shades of Alizarin #F6253B
Tints of Alizarin #F6253B
RGB
CMYK
RGB Variations
Color information
#F6253B (or 0xF6253B) is known color: Alizarin. HEX triplet: F6, 25 and 3B. RGB value is (246,37,59). Sum of RGB (Red+Green+Blue) = 246+37+59=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F6253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6253B is #09DAC4. Grayscale: #666666. Windows color (decimal): -645829 or 3876342. OLE color: 3876342.
HSL color Cylindrical-coordinate representation of color #F6253B: hue angle of 353.68º 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 #F6253B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 59 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.04 |
| HSL | 353.68º | 0.92% | 0.55% | - |
| HSV(B) | 353.68º | 0.85% | 0.96% | - |
| XYZ | 39.46 | 21.23 | 6.16 | - |
| YUV | 102 | 103.74 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 59 | 0 | 0.85 | 0.76 | 0.04 | 353.68 | 0.92 | 0.55 |
| Hex | F6 | 25 | 3B | 0 | 55 | 4C | 4 | 162 | 5C | 37 |
| Octal | 366 | 45 | 73 | 0 | 125 | 114 | 4 | 542 | 134 | 67 |
| Binary | 11110110 | 100101 | 111011 | 0 | 1010101 | 1001100 | 100 | 101100010 | 1011100 | 110111 |
Color Harmonies of #F6253B
Complementary color
Monochromatic Colors of #F6253B
Black with #F6253B
Text Example
Text Example
White with #F6253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6253B; }
p { color: rgb(246,37,59); }
H1.HeaderClassName
{
color: #F6253B;
}
.AnyTagClassName
{
color: #F6253B;
}
</style>
background-color css
<style>
a { background-color: #F6253B; }
a { background-color: rgb(246,37,59); }
div.DivClassName
{
background-color: #F6253B;
}
.BgClassName
{
background-color: #F6253B;
}
</style>
border-color css
<style>
span { border-color: #F6253B; }
span { border-color: rgb(246,37,59); }
td.TdClassName
{
border-color: #F6253B;
}
.TagClassName
{
border-color: #F6253B;
}
</style>