Shades of Alizarin #F42F3F
Tints of Alizarin #F42F3F
RGB
CMYK
RGB Variations
Color information
#F42F3F (or 0xF42F3F) is known color: Alizarin. HEX triplet: F4, 2F and 3F. RGB value is (244,47,63). Sum of RGB (Red+Green+Blue) = 244+47+63=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F3F is #0BD0C0. Grayscale: #6B6B6B. Windows color (decimal): -774337 or 4141044. OLE color: 4141044.
HSL color Cylindrical-coordinate representation of color #F42F3F: hue angle of 355.13º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42F3F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 63 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.04 |
| HSL | 355.13º | 0.9% | 0.57% | - |
| HSV(B) | 355.13º | 0.81% | 0.96% | - |
| XYZ | 39.22 | 21.63 | 6.81 | - |
| YUV | 107.73 | 102.77 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 63 | 0 | 0.81 | 0.74 | 0.04 | 355.13 | 0.9 | 0.57 |
| Hex | F4 | 2F | 3F | 0 | 51 | 4A | 4 | 163 | 5A | 39 |
| Octal | 364 | 57 | 77 | 0 | 121 | 112 | 4 | 543 | 132 | 71 |
| Binary | 11110100 | 101111 | 111111 | 0 | 1010001 | 1001010 | 100 | 101100011 | 1011010 | 111001 |
Color Harmonies of #F42F3F
Complementary color
Monochromatic Colors of #F42F3F
Black with #F42F3F
Text Example
Text Example
White with #F42F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F3F; }
p { color: rgb(244,47,63); }
H1.HeaderClassName
{
color: #F42F3F;
}
.AnyTagClassName
{
color: #F42F3F;
}
</style>
background-color css
<style>
a { background-color: #F42F3F; }
a { background-color: rgb(244,47,63); }
div.DivClassName
{
background-color: #F42F3F;
}
.BgClassName
{
background-color: #F42F3F;
}
</style>
border-color css
<style>
span { border-color: #F42F3F; }
span { border-color: rgb(244,47,63); }
td.TdClassName
{
border-color: #F42F3F;
}
.TagClassName
{
border-color: #F42F3F;
}
</style>