Shades of Alizarin #F23540
Tints of Alizarin #F23540
RGB
CMYK
RGB Variations
Color information
#F23540 (or 0xF23540) is known color: Alizarin. HEX triplet: F2, 35 and 40. RGB value is (242,53,64). Sum of RGB (Red+Green+Blue) = 242+53+64=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F23540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23540 is #0DCABF. Grayscale: #6E6E6E. Windows color (decimal): -903872 or 4208114. OLE color: 4208114.
HSL color Cylindrical-coordinate representation of color #F23540: hue angle of 356.51º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23540 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 64 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.05 |
| HSL | 356.51º | 0.88% | 0.58% | - |
| HSV(B) | 356.51º | 0.78% | 0.95% | - |
| XYZ | 38.82 | 21.79 | 7.01 | - |
| YUV | 110.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 64 | 0 | 0.78 | 0.74 | 0.05 | 356.51 | 0.88 | 0.58 |
| Hex | F2 | 35 | 40 | 0 | 4E | 4A | 5 | 165 | 58 | 3A |
| Octal | 362 | 65 | 100 | 0 | 116 | 112 | 5 | 545 | 130 | 72 |
| Binary | 11110010 | 110101 | 1000000 | 0 | 1001110 | 1001010 | 101 | 101100101 | 1011000 | 111010 |
Color Harmonies of #F23540
Complementary color
Monochromatic Colors of #F23540
Black with #F23540
Text Example
Text Example
White with #F23540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23540; }
p { color: rgb(242,53,64); }
H1.HeaderClassName
{
color: #F23540;
}
.AnyTagClassName
{
color: #F23540;
}
</style>
background-color css
<style>
a { background-color: #F23540; }
a { background-color: rgb(242,53,64); }
div.DivClassName
{
background-color: #F23540;
}
.BgClassName
{
background-color: #F23540;
}
</style>
border-color css
<style>
span { border-color: #F23540; }
span { border-color: rgb(242,53,64); }
td.TdClassName
{
border-color: #F23540;
}
.TagClassName
{
border-color: #F23540;
}
</style>