Shades of Alizarin #F22741
Tints of Alizarin #F22741
RGB
CMYK
RGB Variations
Color information
#F22741 (or 0xF22741) is known color: Alizarin. HEX triplet: F2, 27 and 41. RGB value is (242,39,65). Sum of RGB (Red+Green+Blue) = 242+39+65=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F22741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22741 is #0DD8BE. Grayscale: #666666. Windows color (decimal): -907455 or 4270066. OLE color: 4270066.
HSL color Cylindrical-coordinate representation of color #F22741: hue angle of 352.32º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22741 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 65 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.05 |
| HSL | 352.32º | 0.89% | 0.55% | - |
| HSV(B) | 352.32º | 0.84% | 0.95% | - |
| XYZ | 38.3 | 20.71 | 6.98 | - |
| YUV | 102.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 65 | 0 | 0.84 | 0.73 | 0.05 | 352.32 | 0.89 | 0.55 |
| Hex | F2 | 27 | 41 | 0 | 54 | 49 | 5 | 160 | 59 | 37 |
| Octal | 362 | 47 | 101 | 0 | 124 | 111 | 5 | 540 | 131 | 67 |
| Binary | 11110010 | 100111 | 1000001 | 0 | 1010100 | 1001001 | 101 | 101100000 | 1011001 | 110111 |
Color Harmonies of #F22741
Complementary color
Monochromatic Colors of #F22741
Black with #F22741
Text Example
Text Example
White with #F22741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22741; }
p { color: rgb(242,39,65); }
H1.HeaderClassName
{
color: #F22741;
}
.AnyTagClassName
{
color: #F22741;
}
</style>
background-color css
<style>
a { background-color: #F22741; }
a { background-color: rgb(242,39,65); }
div.DivClassName
{
background-color: #F22741;
}
.BgClassName
{
background-color: #F22741;
}
</style>
border-color css
<style>
span { border-color: #F22741; }
span { border-color: rgb(242,39,65); }
td.TdClassName
{
border-color: #F22741;
}
.TagClassName
{
border-color: #F22741;
}
</style>