Shades of Alizarin #F6263D
Tints of Alizarin #F6263D
RGB
CMYK
RGB Variations
Color information
#F6263D (or 0xF6263D) is known color: Alizarin. HEX triplet: F6, 26 and 3D. RGB value is (246,38,61). Sum of RGB (Red+Green+Blue) = 246+38+61=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6263D is #09D9C2. Grayscale: #666666. Windows color (decimal): -645571 or 4007670. OLE color: 4007670.
HSL color Cylindrical-coordinate representation of color #F6263D: hue angle of 353.37º 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 #F6263D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 61 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.04 |
| HSL | 353.37º | 0.92% | 0.56% | - |
| HSV(B) | 353.37º | 0.85% | 0.96% | - |
| XYZ | 39.54 | 21.32 | 6.45 | - |
| YUV | 102.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 61 | 0 | 0.85 | 0.75 | 0.04 | 353.37 | 0.92 | 0.56 |
| Hex | F6 | 26 | 3D | 0 | 55 | 4B | 4 | 161 | 5C | 38 |
| Octal | 366 | 46 | 75 | 0 | 125 | 113 | 4 | 541 | 134 | 70 |
| Binary | 11110110 | 100110 | 111101 | 0 | 1010101 | 1001011 | 100 | 101100001 | 1011100 | 111000 |
Color Harmonies of #F6263D
Complementary color
Monochromatic Colors of #F6263D
Black with #F6263D
Text Example
Text Example
White with #F6263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6263D; }
p { color: rgb(246,38,61); }
H1.HeaderClassName
{
color: #F6263D;
}
.AnyTagClassName
{
color: #F6263D;
}
</style>
background-color css
<style>
a { background-color: #F6263D; }
a { background-color: rgb(246,38,61); }
div.DivClassName
{
background-color: #F6263D;
}
.BgClassName
{
background-color: #F6263D;
}
</style>
border-color css
<style>
span { border-color: #F6263D; }
span { border-color: rgb(246,38,61); }
td.TdClassName
{
border-color: #F6263D;
}
.TagClassName
{
border-color: #F6263D;
}
</style>