Shades of Alizarin #F62D3D
Tints of Alizarin #F62D3D
RGB
CMYK
RGB Variations
Color information
#F62D3D (or 0xF62D3D) is known color: Alizarin. HEX triplet: F6, 2D and 3D. RGB value is (246,45,61). Sum of RGB (Red+Green+Blue) = 246+45+61=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62D3D is #09D2C2. Grayscale: #6B6B6B. Windows color (decimal): -643779 or 4009462. OLE color: 4009462.
HSL color Cylindrical-coordinate representation of color #F62D3D: hue angle of 355.22º degrees, saturation: 0.92, 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 #F62D3D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 61 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.04 |
| HSL | 355.22º | 0.92% | 0.57% | - |
| HSV(B) | 355.22º | 0.82% | 0.96% | - |
| XYZ | 39.79 | 21.81 | 6.53 | - |
| YUV | 106.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 61 | 0 | 0.82 | 0.75 | 0.04 | 355.22 | 0.92 | 0.57 |
| Hex | F6 | 2D | 3D | 0 | 52 | 4B | 4 | 163 | 5C | 39 |
| Octal | 366 | 55 | 75 | 0 | 122 | 113 | 4 | 543 | 134 | 71 |
| Binary | 11110110 | 101101 | 111101 | 0 | 1010010 | 1001011 | 100 | 101100011 | 1011100 | 111001 |
Color Harmonies of #F62D3D
Complementary color
Monochromatic Colors of #F62D3D
Black with #F62D3D
Text Example
Text Example
White with #F62D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D3D; }
p { color: rgb(246,45,61); }
H1.HeaderClassName
{
color: #F62D3D;
}
.AnyTagClassName
{
color: #F62D3D;
}
</style>
background-color css
<style>
a { background-color: #F62D3D; }
a { background-color: rgb(246,45,61); }
div.DivClassName
{
background-color: #F62D3D;
}
.BgClassName
{
background-color: #F62D3D;
}
</style>
border-color css
<style>
span { border-color: #F62D3D; }
span { border-color: rgb(246,45,61); }
td.TdClassName
{
border-color: #F62D3D;
}
.TagClassName
{
border-color: #F62D3D;
}
</style>