Shades of Alizarin #F12030
Tints of Alizarin #F12030
RGB
CMYK
RGB Variations
Color information
#F12030 (or 0xF12030) is known color: Alizarin. HEX triplet: F1, 20 and 30. RGB value is (241,32,48). Sum of RGB (Red+Green+Blue) = 241+32+48=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F12030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12030 is #0EDFCF. Grayscale: #606060. Windows color (decimal): -974800 or 3154161. OLE color: 3154161.
HSL color Cylindrical-coordinate representation of color #F12030: hue angle of 355.41º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12030 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 48 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.05 |
| HSL | 355.41º | 0.88% | 0.54% | - |
| HSV(B) | 355.41º | 0.87% | 0.95% | - |
| XYZ | 37.33 | 19.95 | 4.68 | - |
| YUV | 96.32 | 100.74 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 48 | 0 | 0.87 | 0.80 | 0.05 | 355.41 | 0.88 | 0.54 |
| Hex | F1 | 20 | 30 | 0 | 57 | 50 | 5 | 163 | 58 | 36 |
| Octal | 361 | 40 | 60 | 0 | 127 | 120 | 5 | 543 | 130 | 66 |
| Binary | 11110001 | 100000 | 110000 | 0 | 1010111 | 1010000 | 101 | 101100011 | 1011000 | 110110 |
Color Harmonies of #F12030
Complementary color
Monochromatic Colors of #F12030
Black with #F12030
Text Example
Text Example
White with #F12030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12030; }
p { color: rgb(241,32,48); }
H1.HeaderClassName
{
color: #F12030;
}
.AnyTagClassName
{
color: #F12030;
}
</style>
background-color css
<style>
a { background-color: #F12030; }
a { background-color: rgb(241,32,48); }
div.DivClassName
{
background-color: #F12030;
}
.BgClassName
{
background-color: #F12030;
}
</style>
border-color css
<style>
span { border-color: #F12030; }
span { border-color: rgb(241,32,48); }
td.TdClassName
{
border-color: #F12030;
}
.TagClassName
{
border-color: #F12030;
}
</style>