Shades of Alizarin #F23C40
Tints of Alizarin #F23C40
RGB
CMYK
RGB Variations
Color information
#F23C40 (or 0xF23C40) is known color: Alizarin. HEX triplet: F2, 3C and 40. RGB value is (242,60,64). Sum of RGB (Red+Green+Blue) = 242+60+64=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C40 is #0DC3BF. Grayscale: #737373. Windows color (decimal): -902080 or 4209906. OLE color: 4209906.
HSL color Cylindrical-coordinate representation of color #F23C40: hue angle of 358.68º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C40 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 64 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.05 |
| HSL | 358.68º | 0.88% | 0.59% | - |
| HSV(B) | 358.68º | 0.75% | 0.95% | - |
| XYZ | 39.16 | 22.48 | 7.13 | - |
| YUV | 114.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 64 | 0 | 0.75 | 0.74 | 0.05 | 358.68 | 0.88 | 0.59 |
| Hex | F2 | 3C | 40 | 0 | 4B | 4A | 5 | 167 | 58 | 3B |
| Octal | 362 | 74 | 100 | 0 | 113 | 112 | 5 | 547 | 130 | 73 |
| Binary | 11110010 | 111100 | 1000000 | 0 | 1001011 | 1001010 | 101 | 101100111 | 1011000 | 111011 |
Color Harmonies of #F23C40
Complementary color
Monochromatic Colors of #F23C40
Black with #F23C40
Text Example
Text Example
White with #F23C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C40; }
p { color: rgb(242,60,64); }
H1.HeaderClassName
{
color: #F23C40;
}
.AnyTagClassName
{
color: #F23C40;
}
</style>
background-color css
<style>
a { background-color: #F23C40; }
a { background-color: rgb(242,60,64); }
div.DivClassName
{
background-color: #F23C40;
}
.BgClassName
{
background-color: #F23C40;
}
</style>
border-color css
<style>
span { border-color: #F23C40; }
span { border-color: rgb(242,60,64); }
td.TdClassName
{
border-color: #F23C40;
}
.TagClassName
{
border-color: #F23C40;
}
</style>