Shades of Alizarin #F1263E
Tints of Alizarin #F1263E
RGB
CMYK
RGB Variations
Color information
#F1263E (or 0xF1263E) is known color: Alizarin. HEX triplet: F1, 26 and 3E. RGB value is (241,38,62). Sum of RGB (Red+Green+Blue) = 241+38+62=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1263E is #0ED9C1. Grayscale: #656565. Windows color (decimal): -973250 or 4073201. OLE color: 4073201.
HSL color Cylindrical-coordinate representation of color #F1263E: hue angle of 352.91º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1263E is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 62 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.05 |
| HSL | 352.91º | 0.88% | 0.55% | - |
| HSV(B) | 352.91º | 0.84% | 0.95% | - |
| XYZ | 37.84 | 20.43 | 6.51 | - |
| YUV | 101.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 62 | 0 | 0.84 | 0.74 | 0.05 | 352.91 | 0.88 | 0.55 |
| Hex | F1 | 26 | 3E | 0 | 54 | 4A | 5 | 161 | 58 | 37 |
| Octal | 361 | 46 | 76 | 0 | 124 | 112 | 5 | 541 | 130 | 67 |
| Binary | 11110001 | 100110 | 111110 | 0 | 1010100 | 1001010 | 101 | 101100001 | 1011000 | 110111 |
Color Harmonies of #F1263E
Complementary color
Monochromatic Colors of #F1263E
Black with #F1263E
Text Example
Text Example
White with #F1263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1263E; }
p { color: rgb(241,38,62); }
H1.HeaderClassName
{
color: #F1263E;
}
.AnyTagClassName
{
color: #F1263E;
}
</style>
background-color css
<style>
a { background-color: #F1263E; }
a { background-color: rgb(241,38,62); }
div.DivClassName
{
background-color: #F1263E;
}
.BgClassName
{
background-color: #F1263E;
}
</style>
border-color css
<style>
span { border-color: #F1263E; }
span { border-color: rgb(241,38,62); }
td.TdClassName
{
border-color: #F1263E;
}
.TagClassName
{
border-color: #F1263E;
}
</style>