Shades of Alizarin #F12A30
Tints of Alizarin #F12A30
RGB
CMYK
RGB Variations
Color information
#F12A30 (or 0xF12A30) is known color: Alizarin. HEX triplet: F1, 2A and 30. RGB value is (241,42,48). Sum of RGB (Red+Green+Blue) = 241+42+48=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A30 is #0ED5CF. Grayscale: #666666. Windows color (decimal): -972240 or 3156721. OLE color: 3156721.
HSL color Cylindrical-coordinate representation of color #F12A30: hue angle of 358.19º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A30 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 48 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.05 |
| HSL | 358.19º | 0.88% | 0.55% | - |
| HSV(B) | 358.19º | 0.83% | 0.95% | - |
| XYZ | 37.64 | 20.57 | 4.78 | - |
| YUV | 102.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 48 | 0 | 0.83 | 0.80 | 0.05 | 358.19 | 0.88 | 0.55 |
| Hex | F1 | 2A | 30 | 0 | 53 | 50 | 5 | 166 | 58 | 37 |
| Octal | 361 | 52 | 60 | 0 | 123 | 120 | 5 | 546 | 130 | 67 |
| Binary | 11110001 | 101010 | 110000 | 0 | 1010011 | 1010000 | 101 | 101100110 | 1011000 | 110111 |
Color Harmonies of #F12A30
Complementary color
Monochromatic Colors of #F12A30
Black with #F12A30
Text Example
Text Example
White with #F12A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A30; }
p { color: rgb(241,42,48); }
H1.HeaderClassName
{
color: #F12A30;
}
.AnyTagClassName
{
color: #F12A30;
}
</style>
background-color css
<style>
a { background-color: #F12A30; }
a { background-color: rgb(241,42,48); }
div.DivClassName
{
background-color: #F12A30;
}
.BgClassName
{
background-color: #F12A30;
}
</style>
border-color css
<style>
span { border-color: #F12A30; }
span { border-color: rgb(241,42,48); }
td.TdClassName
{
border-color: #F12A30;
}
.TagClassName
{
border-color: #F12A30;
}
</style>