Shades of Alizarin #F6262A
Tints of Alizarin #F6262A
RGB
CMYK
RGB Variations
Color information
#F6262A (or 0xF6262A) is known color: Alizarin. HEX triplet: F6, 26 and 2A. RGB value is (246,38,42). Sum of RGB (Red+Green+Blue) = 246+38+42=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F6262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6262A is #09D9D5. Grayscale: #646464. Windows color (decimal): -645590 or 2762486. OLE color: 2762486.
HSL color Cylindrical-coordinate representation of color #F6262A: hue angle of 358.85º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6262A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.04 |
| HSL | 358.85º | 0.92% | 0.56% | - |
| HSV(B) | 358.85º | 0.85% | 0.96% | - |
| XYZ | 39.12 | 21.15 | 4.21 | - |
| YUV | 100.65 | 94.91 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 42 | 0 | 0.85 | 0.83 | 0.04 | 358.85 | 0.92 | 0.56 |
| Hex | F6 | 26 | 2A | 0 | 55 | 53 | 4 | 167 | 5C | 38 |
| Octal | 366 | 46 | 52 | 0 | 125 | 123 | 4 | 547 | 134 | 70 |
| Binary | 11110110 | 100110 | 101010 | 0 | 1010101 | 1010011 | 100 | 101100111 | 1011100 | 111000 |
Color Harmonies of #F6262A
Complementary color
Monochromatic Colors of #F6262A
Black with #F6262A
Text Example
Text Example
White with #F6262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6262A; }
p { color: rgb(246,38,42); }
H1.HeaderClassName
{
color: #F6262A;
}
.AnyTagClassName
{
color: #F6262A;
}
</style>
background-color css
<style>
a { background-color: #F6262A; }
a { background-color: rgb(246,38,42); }
div.DivClassName
{
background-color: #F6262A;
}
.BgClassName
{
background-color: #F6262A;
}
</style>
border-color css
<style>
span { border-color: #F6262A; }
span { border-color: rgb(246,38,42); }
td.TdClassName
{
border-color: #F6262A;
}
.TagClassName
{
border-color: #F6262A;
}
</style>