Shades of Alizarin #F42D3F
Tints of Alizarin #F42D3F
RGB
CMYK
RGB Variations
Color information
#F42D3F (or 0xF42D3F) is known color: Alizarin. HEX triplet: F4, 2D and 3F. RGB value is (244,45,63). Sum of RGB (Red+Green+Blue) = 244+45+63=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D3F is #0BD2C0. Grayscale: #6A6A6A. Windows color (decimal): -774849 or 4140532. OLE color: 4140532.
HSL color Cylindrical-coordinate representation of color #F42D3F: hue angle of 354.57º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42D3F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 63 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.04 |
| HSL | 354.57º | 0.9% | 0.57% | - |
| HSV(B) | 354.57º | 0.82% | 0.96% | - |
| XYZ | 39.14 | 21.47 | 6.78 | - |
| YUV | 106.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 63 | 0 | 0.82 | 0.74 | 0.04 | 354.57 | 0.9 | 0.57 |
| Hex | F4 | 2D | 3F | 0 | 52 | 4A | 4 | 163 | 5A | 39 |
| Octal | 364 | 55 | 77 | 0 | 122 | 112 | 4 | 543 | 132 | 71 |
| Binary | 11110100 | 101101 | 111111 | 0 | 1010010 | 1001010 | 100 | 101100011 | 1011010 | 111001 |
Color Harmonies of #F42D3F
Complementary color
Monochromatic Colors of #F42D3F
Black with #F42D3F
Text Example
Text Example
White with #F42D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42D3F; }
p { color: rgb(244,45,63); }
H1.HeaderClassName
{
color: #F42D3F;
}
.AnyTagClassName
{
color: #F42D3F;
}
</style>
background-color css
<style>
a { background-color: #F42D3F; }
a { background-color: rgb(244,45,63); }
div.DivClassName
{
background-color: #F42D3F;
}
.BgClassName
{
background-color: #F42D3F;
}
</style>
border-color css
<style>
span { border-color: #F42D3F; }
span { border-color: rgb(244,45,63); }
td.TdClassName
{
border-color: #F42D3F;
}
.TagClassName
{
border-color: #F42D3F;
}
</style>