Shades of Alizarin #F01F40
Tints of Alizarin #F01F40
RGB
CMYK
RGB Variations
Color information
#F01F40 (or 0xF01F40) is known color: Alizarin. HEX triplet: F0, 1F and 40. RGB value is (240,31,64). Sum of RGB (Red+Green+Blue) = 240+31+64=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F40 is #0FE0BF. Grayscale: #616161. Windows color (decimal): -1040576 or 4202480. OLE color: 4202480.
HSL color Cylindrical-coordinate representation of color #F01F40: hue angle of 350.53º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01F40 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 31 | 64 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.06 |
| HSL | 350.53º | 0.87% | 0.53% | - |
| HSV(B) | 350.53º | 0.87% | 0.94% | - |
| XYZ | 37.35 | 19.88 | 6.72 | - |
| YUV | 97.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 31 | 64 | 0 | 0.87 | 0.73 | 0.06 | 350.53 | 0.87 | 0.53 |
| Hex | F0 | 1F | 40 | 0 | 57 | 49 | 6 | 15F | 57 | 35 |
| Octal | 360 | 37 | 100 | 0 | 127 | 111 | 6 | 537 | 127 | 65 |
| Binary | 11110000 | 11111 | 1000000 | 0 | 1010111 | 1001001 | 110 | 101011111 | 1010111 | 110101 |
Color Harmonies of #F01F40
Complementary color
Monochromatic Colors of #F01F40
Black with #F01F40
Text Example
Text Example
White with #F01F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01F40; }
p { color: rgb(240,31,64); }
H1.HeaderClassName
{
color: #F01F40;
}
.AnyTagClassName
{
color: #F01F40;
}
</style>
background-color css
<style>
a { background-color: #F01F40; }
a { background-color: rgb(240,31,64); }
div.DivClassName
{
background-color: #F01F40;
}
.BgClassName
{
background-color: #F01F40;
}
</style>
border-color css
<style>
span { border-color: #F01F40; }
span { border-color: rgb(240,31,64); }
td.TdClassName
{
border-color: #F01F40;
}
.TagClassName
{
border-color: #F01F40;
}
</style>