Shades of Alizarin #F23C3F
Tints of Alizarin #F23C3F
RGB
CMYK
RGB Variations
Color information
#F23C3F (or 0xF23C3F) is known color: Alizarin. HEX triplet: F2, 3C and 3F. RGB value is (242,60,63). Sum of RGB (Red+Green+Blue) = 242+60+63=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C3F is #0DC3C0. Grayscale: #727272. Windows color (decimal): -902081 or 4144370. OLE color: 4144370.
HSL color Cylindrical-coordinate representation of color #F23C3F: hue angle of 359.01º 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 #F23C3F is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 63 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.05 |
| HSL | 359.01º | 0.88% | 0.59% | - |
| HSV(B) | 359.01º | 0.75% | 0.95% | - |
| XYZ | 39.13 | 22.47 | 6.98 | - |
| YUV | 114.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 63 | 0 | 0.75 | 0.74 | 0.05 | 359.01 | 0.88 | 0.59 |
| Hex | F2 | 3C | 3F | 0 | 4B | 4A | 5 | 167 | 58 | 3B |
| Octal | 362 | 74 | 77 | 0 | 113 | 112 | 5 | 547 | 130 | 73 |
| Binary | 11110010 | 111100 | 111111 | 0 | 1001011 | 1001010 | 101 | 101100111 | 1011000 | 111011 |
Color Harmonies of #F23C3F
Complementary color
Monochromatic Colors of #F23C3F
Black with #F23C3F
Text Example
Text Example
White with #F23C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C3F; }
p { color: rgb(242,60,63); }
H1.HeaderClassName
{
color: #F23C3F;
}
.AnyTagClassName
{
color: #F23C3F;
}
</style>
background-color css
<style>
a { background-color: #F23C3F; }
a { background-color: rgb(242,60,63); }
div.DivClassName
{
background-color: #F23C3F;
}
.BgClassName
{
background-color: #F23C3F;
}
</style>
border-color css
<style>
span { border-color: #F23C3F; }
span { border-color: rgb(242,60,63); }
td.TdClassName
{
border-color: #F23C3F;
}
.TagClassName
{
border-color: #F23C3F;
}
</style>