Shades of Alizarin #F02741
Tints of Alizarin #F02741
RGB
CMYK
RGB Variations
Color information
#F02741 (or 0xF02741) is known color: Alizarin. HEX triplet: F0, 27 and 41. RGB value is (240,39,65). Sum of RGB (Red+Green+Blue) = 240+39+65=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F02741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02741 is #0FD8BE. Grayscale: #666666. Windows color (decimal): -1038527 or 4270064. OLE color: 4270064.
HSL color Cylindrical-coordinate representation of color #F02741: hue angle of 352.24º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F02741 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 65 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.06 |
| HSL | 352.24º | 0.87% | 0.55% | - |
| HSV(B) | 352.24º | 0.84% | 0.94% | - |
| XYZ | 37.61 | 20.36 | 6.95 | - |
| YUV | 102.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 65 | 0 | 0.84 | 0.73 | 0.06 | 352.24 | 0.87 | 0.55 |
| Hex | F0 | 27 | 41 | 0 | 54 | 49 | 6 | 160 | 57 | 37 |
| Octal | 360 | 47 | 101 | 0 | 124 | 111 | 6 | 540 | 127 | 67 |
| Binary | 11110000 | 100111 | 1000001 | 0 | 1010100 | 1001001 | 110 | 101100000 | 1010111 | 110111 |
Color Harmonies of #F02741
Complementary color
Monochromatic Colors of #F02741
Black with #F02741
Text Example
Text Example
White with #F02741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02741; }
p { color: rgb(240,39,65); }
H1.HeaderClassName
{
color: #F02741;
}
.AnyTagClassName
{
color: #F02741;
}
</style>
background-color css
<style>
a { background-color: #F02741; }
a { background-color: rgb(240,39,65); }
div.DivClassName
{
background-color: #F02741;
}
.BgClassName
{
background-color: #F02741;
}
</style>
border-color css
<style>
span { border-color: #F02741; }
span { border-color: rgb(240,39,65); }
td.TdClassName
{
border-color: #F02741;
}
.TagClassName
{
border-color: #F02741;
}
</style>