Shades of Alizarin #F62F41
Tints of Alizarin #F62F41
RGB
CMYK
RGB Variations
Color information
#F62F41 (or 0xF62F41) is known color: Alizarin. HEX triplet: F6, 2F and 41. RGB value is (246,47,65). Sum of RGB (Red+Green+Blue) = 246+47+65=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62F41 is #09D0BE. Grayscale: #6C6C6C. Windows color (decimal): -643263 or 4272118. OLE color: 4272118.
HSL color Cylindrical-coordinate representation of color #F62F41: hue angle of 354.57º degrees, saturation: 0.92, 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 #F62F41 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 65 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.04 |
| HSL | 354.57º | 0.92% | 0.57% | - |
| HSV(B) | 354.57º | 0.81% | 0.96% | - |
| XYZ | 39.98 | 22.01 | 7.14 | - |
| YUV | 108.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 65 | 0 | 0.81 | 0.74 | 0.04 | 354.57 | 0.92 | 0.57 |
| Hex | F6 | 2F | 41 | 0 | 51 | 4A | 4 | 163 | 5C | 39 |
| Octal | 366 | 57 | 101 | 0 | 121 | 112 | 4 | 543 | 134 | 71 |
| Binary | 11110110 | 101111 | 1000001 | 0 | 1010001 | 1001010 | 100 | 101100011 | 1011100 | 111001 |
Color Harmonies of #F62F41
Complementary color
Monochromatic Colors of #F62F41
Black with #F62F41
Text Example
Text Example
White with #F62F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62F41; }
p { color: rgb(246,47,65); }
H1.HeaderClassName
{
color: #F62F41;
}
.AnyTagClassName
{
color: #F62F41;
}
</style>
background-color css
<style>
a { background-color: #F62F41; }
a { background-color: rgb(246,47,65); }
div.DivClassName
{
background-color: #F62F41;
}
.BgClassName
{
background-color: #F62F41;
}
</style>
border-color css
<style>
span { border-color: #F62F41; }
span { border-color: rgb(246,47,65); }
td.TdClassName
{
border-color: #F62F41;
}
.TagClassName
{
border-color: #F62F41;
}
</style>