Shades of Alizarin #F62530
Tints of Alizarin #F62530
RGB
CMYK
RGB Variations
Color information
#F62530 (or 0xF62530) is known color: Alizarin. HEX triplet: F6, 25 and 30. RGB value is (246,37,48). Sum of RGB (Red+Green+Blue) = 246+37+48=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F62530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62530 is #09DACF. Grayscale: #646464. Windows color (decimal): -645840 or 3155446. OLE color: 3155446.
HSL color Cylindrical-coordinate representation of color #F62530: hue angle of 356.84º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62530 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 48 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.04 |
| HSL | 356.84º | 0.92% | 0.55% | - |
| HSV(B) | 356.84º | 0.85% | 0.96% | - |
| XYZ | 39.2 | 21.13 | 4.81 | - |
| YUV | 100.75 | 98.24 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 48 | 0 | 0.85 | 0.80 | 0.04 | 356.84 | 0.92 | 0.55 |
| Hex | F6 | 25 | 30 | 0 | 55 | 50 | 4 | 165 | 5C | 37 |
| Octal | 366 | 45 | 60 | 0 | 125 | 120 | 4 | 545 | 134 | 67 |
| Binary | 11110110 | 100101 | 110000 | 0 | 1010101 | 1010000 | 100 | 101100101 | 1011100 | 110111 |
Color Harmonies of #F62530
Complementary color
Monochromatic Colors of #F62530
Black with #F62530
Text Example
Text Example
White with #F62530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62530; }
p { color: rgb(246,37,48); }
H1.HeaderClassName
{
color: #F62530;
}
.AnyTagClassName
{
color: #F62530;
}
</style>
background-color css
<style>
a { background-color: #F62530; }
a { background-color: rgb(246,37,48); }
div.DivClassName
{
background-color: #F62530;
}
.BgClassName
{
background-color: #F62530;
}
</style>
border-color css
<style>
span { border-color: #F62530; }
span { border-color: rgb(246,37,48); }
td.TdClassName
{
border-color: #F62530;
}
.TagClassName
{
border-color: #F62530;
}
</style>