Shades of Alizarin #F23241
Tints of Alizarin #F23241
RGB
CMYK
RGB Variations
Color information
#F23241 (or 0xF23241) is known color: Alizarin. HEX triplet: F2, 32 and 41. RGB value is (242,50,65). Sum of RGB (Red+Green+Blue) = 242+50+65=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F23241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23241 is #0DCDBE. Grayscale: #6D6D6D. Windows color (decimal): -904639 or 4272882. OLE color: 4272882.
HSL color Cylindrical-coordinate representation of color #F23241: hue angle of 355.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23241 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 65 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.05 |
| HSL | 355.31º | 0.88% | 0.57% | - |
| HSV(B) | 355.31º | 0.79% | 0.95% | - |
| XYZ | 38.71 | 21.54 | 7.12 | - |
| YUV | 109.12 | 103.11 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 65 | 0 | 0.79 | 0.73 | 0.05 | 355.31 | 0.88 | 0.57 |
| Hex | F2 | 32 | 41 | 0 | 4F | 49 | 5 | 163 | 58 | 39 |
| Octal | 362 | 62 | 101 | 0 | 117 | 111 | 5 | 543 | 130 | 71 |
| Binary | 11110010 | 110010 | 1000001 | 0 | 1001111 | 1001001 | 101 | 101100011 | 1011000 | 111001 |
Color Harmonies of #F23241
Complementary color
Monochromatic Colors of #F23241
Black with #F23241
Text Example
Text Example
White with #F23241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23241; }
p { color: rgb(242,50,65); }
H1.HeaderClassName
{
color: #F23241;
}
.AnyTagClassName
{
color: #F23241;
}
</style>
background-color css
<style>
a { background-color: #F23241; }
a { background-color: rgb(242,50,65); }
div.DivClassName
{
background-color: #F23241;
}
.BgClassName
{
background-color: #F23241;
}
</style>
border-color css
<style>
span { border-color: #F23241; }
span { border-color: rgb(242,50,65); }
td.TdClassName
{
border-color: #F23241;
}
.TagClassName
{
border-color: #F23241;
}
</style>