Shades of Alizarin #F03242
Tints of Alizarin #F03242
RGB
CMYK
RGB Variations
Color information
#F03242 (or 0xF03242) is known color: Alizarin. HEX triplet: F0, 32 and 42. RGB value is (240,50,66). Sum of RGB (Red+Green+Blue) = 240+50+66=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F03242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03242 is #0FCDBD. Grayscale: #6C6C6C. Windows color (decimal): -1035710 or 4338416. OLE color: 4338416.
HSL color Cylindrical-coordinate representation of color #F03242: hue angle of 354.95º 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 #F03242 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 66 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.06 |
| HSL | 354.95º | 0.86% | 0.57% | - |
| HSV(B) | 354.95º | 0.79% | 0.94% | - |
| XYZ | 38.06 | 21.2 | 7.24 | - |
| YUV | 108.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 66 | 0 | 0.79 | 0.72 | 0.06 | 354.95 | 0.86 | 0.57 |
| Hex | F0 | 32 | 42 | 0 | 4F | 48 | 6 | 163 | 56 | 39 |
| Octal | 360 | 62 | 102 | 0 | 117 | 110 | 6 | 543 | 126 | 71 |
| Binary | 11110000 | 110010 | 1000010 | 0 | 1001111 | 1001000 | 110 | 101100011 | 1010110 | 111001 |
Color Harmonies of #F03242
Complementary color
Monochromatic Colors of #F03242
Black with #F03242
Text Example
Text Example
White with #F03242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03242; }
p { color: rgb(240,50,66); }
H1.HeaderClassName
{
color: #F03242;
}
.AnyTagClassName
{
color: #F03242;
}
</style>
background-color css
<style>
a { background-color: #F03242; }
a { background-color: rgb(240,50,66); }
div.DivClassName
{
background-color: #F03242;
}
.BgClassName
{
background-color: #F03242;
}
</style>
border-color css
<style>
span { border-color: #F03242; }
span { border-color: rgb(240,50,66); }
td.TdClassName
{
border-color: #F03242;
}
.TagClassName
{
border-color: #F03242;
}
</style>