Shades of Alizarin #F6233E
Tints of Alizarin #F6233E
RGB
CMYK
RGB Variations
Color information
#F6233E (or 0xF6233E) is known color: Alizarin. HEX triplet: F6, 23 and 3E. RGB value is (246,35,62). Sum of RGB (Red+Green+Blue) = 246+35+62=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F6233E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6233E is #09DCC1. Grayscale: #656565. Windows color (decimal): -646338 or 4072438. OLE color: 4072438.
HSL color Cylindrical-coordinate representation of color #F6233E: hue angle of 352.32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6233E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 62 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.04 |
| HSL | 352.32º | 0.92% | 0.55% | - |
| HSV(B) | 352.32º | 0.86% | 0.96% | - |
| XYZ | 39.48 | 21.14 | 6.56 | - |
| YUV | 101.17 | 105.9 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 62 | 0 | 0.86 | 0.75 | 0.04 | 352.32 | 0.92 | 0.55 |
| Hex | F6 | 23 | 3E | 0 | 56 | 4B | 4 | 160 | 5C | 37 |
| Octal | 366 | 43 | 76 | 0 | 126 | 113 | 4 | 540 | 134 | 67 |
| Binary | 11110110 | 100011 | 111110 | 0 | 1010110 | 1001011 | 100 | 101100000 | 1011100 | 110111 |
Color Harmonies of #F6233E
Complementary color
Monochromatic Colors of #F6233E
Black with #F6233E
Text Example
Text Example
White with #F6233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6233E; }
p { color: rgb(246,35,62); }
H1.HeaderClassName
{
color: #F6233E;
}
.AnyTagClassName
{
color: #F6233E;
}
</style>
background-color css
<style>
a { background-color: #F6233E; }
a { background-color: rgb(246,35,62); }
div.DivClassName
{
background-color: #F6233E;
}
.BgClassName
{
background-color: #F6233E;
}
</style>
border-color css
<style>
span { border-color: #F6233E; }
span { border-color: rgb(246,35,62); }
td.TdClassName
{
border-color: #F6233E;
}
.TagClassName
{
border-color: #F6233E;
}
</style>