Shades of Alizarin #F01A30
Tints of Alizarin #F01A30
RGB
CMYK
RGB Variations
Color information
#F01A30 (or 0xF01A30) is known color: Alizarin. HEX triplet: F0, 1A and 30. RGB value is (240,26,48). Sum of RGB (Red+Green+Blue) = 240+26+48=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A30 is #0FE5CF. Grayscale: #5C5C5C. Windows color (decimal): -1041872 or 3152624. OLE color: 3152624.
HSL color Cylindrical-coordinate representation of color #F01A30: hue angle of 353.83º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A30 is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 48 | - |
| CMYK | 0 | 0.89 | 0.8 | 0.06 |
| HSL | 353.83º | 0.88% | 0.52% | - |
| HSV(B) | 353.83º | 0.89% | 0.94% | - |
| XYZ | 36.84 | 19.48 | 4.61 | - |
| YUV | 92.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 48 | 0 | 0.89 | 0.8 | 0.06 | 353.83 | 0.88 | 0.52 |
| Hex | F0 | 1A | 30 | 0 | 59 | 50 | 6 | 162 | 58 | 34 |
| Octal | 360 | 32 | 60 | 0 | 131 | 120 | 6 | 542 | 130 | 64 |
| Binary | 11110000 | 11010 | 110000 | 0 | 1011001 | 1010000 | 110 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F01A30
Complementary color
Monochromatic Colors of #F01A30
Black with #F01A30
Text Example
Text Example
White with #F01A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A30; }
p { color: rgb(240,26,48); }
H1.HeaderClassName
{
color: #F01A30;
}
.AnyTagClassName
{
color: #F01A30;
}
</style>
background-color css
<style>
a { background-color: #F01A30; }
a { background-color: rgb(240,26,48); }
div.DivClassName
{
background-color: #F01A30;
}
.BgClassName
{
background-color: #F01A30;
}
</style>
border-color css
<style>
span { border-color: #F01A30; }
span { border-color: rgb(240,26,48); }
td.TdClassName
{
border-color: #F01A30;
}
.TagClassName
{
border-color: #F01A30;
}
</style>