Shades of Alizarin #F3263C
Tints of Alizarin #F3263C
RGB
CMYK
RGB Variations
Color information
#F3263C (or 0xF3263C) is known color: Alizarin. HEX triplet: F3, 26 and 3C. RGB value is (243,38,60). Sum of RGB (Red+Green+Blue) = 243+38+60=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3263C is #0CD9C3. Grayscale: #656565. Windows color (decimal): -842180 or 3942131. OLE color: 3942131.
HSL color Cylindrical-coordinate representation of color #F3263C: hue angle of 353.56º degrees, saturation: 0.9, 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 #F3263C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.05 |
| HSL | 353.56º | 0.9% | 0.55% | - |
| HSV(B) | 353.56º | 0.84% | 0.95% | - |
| XYZ | 38.47 | 20.77 | 6.26 | - |
| YUV | 101.8 | 104.42 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 60 | 0 | 0.84 | 0.75 | 0.05 | 353.56 | 0.9 | 0.55 |
| Hex | F3 | 26 | 3C | 0 | 54 | 4B | 5 | 162 | 5A | 37 |
| Octal | 363 | 46 | 74 | 0 | 124 | 113 | 5 | 542 | 132 | 67 |
| Binary | 11110011 | 100110 | 111100 | 0 | 1010100 | 1001011 | 101 | 101100010 | 1011010 | 110111 |
Color Harmonies of #F3263C
Complementary color
Monochromatic Colors of #F3263C
Black with #F3263C
Text Example
Text Example
White with #F3263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3263C; }
p { color: rgb(243,38,60); }
H1.HeaderClassName
{
color: #F3263C;
}
.AnyTagClassName
{
color: #F3263C;
}
</style>
background-color css
<style>
a { background-color: #F3263C; }
a { background-color: rgb(243,38,60); }
div.DivClassName
{
background-color: #F3263C;
}
.BgClassName
{
background-color: #F3263C;
}
</style>
border-color css
<style>
span { border-color: #F3263C; }
span { border-color: rgb(243,38,60); }
td.TdClassName
{
border-color: #F3263C;
}
.TagClassName
{
border-color: #F3263C;
}
</style>