Shades of Alizarin #F1303D
Tints of Alizarin #F1303D
RGB
CMYK
RGB Variations
Color information
#F1303D (or 0xF1303D) is known color: Alizarin. HEX triplet: F1, 30 and 3D. RGB value is (241,48,61). Sum of RGB (Red+Green+Blue) = 241+48+61=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F1303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1303D is #0ECFC2. Grayscale: #6B6B6B. Windows color (decimal): -970691 or 4010225. OLE color: 4010225.
HSL color Cylindrical-coordinate representation of color #F1303D: hue angle of 355.96º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1303D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 61 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.05 |
| HSL | 355.96º | 0.87% | 0.57% | - |
| HSV(B) | 355.96º | 0.8% | 0.95% | - |
| XYZ | 38.17 | 21.15 | 6.49 | - |
| YUV | 107.19 | 101.94 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 61 | 0 | 0.80 | 0.75 | 0.05 | 355.96 | 0.87 | 0.57 |
| Hex | F1 | 30 | 3D | 0 | 50 | 4B | 5 | 164 | 57 | 39 |
| Octal | 361 | 60 | 75 | 0 | 120 | 113 | 5 | 544 | 127 | 71 |
| Binary | 11110001 | 110000 | 111101 | 0 | 1010000 | 1001011 | 101 | 101100100 | 1010111 | 111001 |
Color Harmonies of #F1303D
Complementary color
Monochromatic Colors of #F1303D
Black with #F1303D
Text Example
Text Example
White with #F1303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1303D; }
p { color: rgb(241,48,61); }
H1.HeaderClassName
{
color: #F1303D;
}
.AnyTagClassName
{
color: #F1303D;
}
</style>
background-color css
<style>
a { background-color: #F1303D; }
a { background-color: rgb(241,48,61); }
div.DivClassName
{
background-color: #F1303D;
}
.BgClassName
{
background-color: #F1303D;
}
</style>
border-color css
<style>
span { border-color: #F1303D; }
span { border-color: rgb(241,48,61); }
td.TdClassName
{
border-color: #F1303D;
}
.TagClassName
{
border-color: #F1303D;
}
</style>