Shades of Alizarin #F0323B
Tints of Alizarin #F0323B
RGB
CMYK
RGB Variations
Color information
#F0323B (or 0xF0323B) is known color: Alizarin. HEX triplet: F0, 32 and 3B. RGB value is (240,50,59). Sum of RGB (Red+Green+Blue) = 240+50+59=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0323B is #0FCDC4. Grayscale: #6B6B6B. Windows color (decimal): -1035717 or 3879664. OLE color: 3879664.
HSL color Cylindrical-coordinate representation of color #F0323B: hue angle of 357.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0323B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 59 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.06 |
| HSL | 357.16º | 0.86% | 0.57% | - |
| HSV(B) | 357.16º | 0.79% | 0.94% | - |
| XYZ | 37.87 | 21.12 | 6.22 | - |
| YUV | 107.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 59 | 0 | 0.79 | 0.75 | 0.06 | 357.16 | 0.86 | 0.57 |
| Hex | F0 | 32 | 3B | 0 | 4F | 4B | 6 | 165 | 56 | 39 |
| Octal | 360 | 62 | 73 | 0 | 117 | 113 | 6 | 545 | 126 | 71 |
| Binary | 11110000 | 110010 | 111011 | 0 | 1001111 | 1001011 | 110 | 101100101 | 1010110 | 111001 |
Color Harmonies of #F0323B
Complementary color
Monochromatic Colors of #F0323B
Black with #F0323B
Text Example
Text Example
White with #F0323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0323B; }
p { color: rgb(240,50,59); }
H1.HeaderClassName
{
color: #F0323B;
}
.AnyTagClassName
{
color: #F0323B;
}
</style>
background-color css
<style>
a { background-color: #F0323B; }
a { background-color: rgb(240,50,59); }
div.DivClassName
{
background-color: #F0323B;
}
.BgClassName
{
background-color: #F0323B;
}
</style>
border-color css
<style>
span { border-color: #F0323B; }
span { border-color: rgb(240,50,59); }
td.TdClassName
{
border-color: #F0323B;
}
.TagClassName
{
border-color: #F0323B;
}
</style>