Shades of Alizarin #F2353D
Tints of Alizarin #F2353D
RGB
CMYK
RGB Variations
Color information
#F2353D (or 0xF2353D) is known color: Alizarin. HEX triplet: F2, 35 and 3D. RGB value is (242,53,61). Sum of RGB (Red+Green+Blue) = 242+53+61=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2353D is #0DCAC2. Grayscale: #6E6E6E. Windows color (decimal): -903875 or 4011506. OLE color: 4011506.
HSL color Cylindrical-coordinate representation of color #F2353D: hue angle of 357.46º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2353D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 61 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.05 |
| HSL | 357.46º | 0.88% | 0.58% | - |
| HSV(B) | 357.46º | 0.78% | 0.95% | - |
| XYZ | 38.73 | 21.76 | 6.57 | - |
| YUV | 110.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 61 | 0 | 0.78 | 0.75 | 0.05 | 357.46 | 0.88 | 0.58 |
| Hex | F2 | 35 | 3D | 0 | 4E | 4B | 5 | 165 | 58 | 3A |
| Octal | 362 | 65 | 75 | 0 | 116 | 113 | 5 | 545 | 130 | 72 |
| Binary | 11110010 | 110101 | 111101 | 0 | 1001110 | 1001011 | 101 | 101100101 | 1011000 | 111010 |
Color Harmonies of #F2353D
Complementary color
Monochromatic Colors of #F2353D
Black with #F2353D
Text Example
Text Example
White with #F2353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2353D; }
p { color: rgb(242,53,61); }
H1.HeaderClassName
{
color: #F2353D;
}
.AnyTagClassName
{
color: #F2353D;
}
</style>
background-color css
<style>
a { background-color: #F2353D; }
a { background-color: rgb(242,53,61); }
div.DivClassName
{
background-color: #F2353D;
}
.BgClassName
{
background-color: #F2353D;
}
</style>
border-color css
<style>
span { border-color: #F2353D; }
span { border-color: rgb(242,53,61); }
td.TdClassName
{
border-color: #F2353D;
}
.TagClassName
{
border-color: #F2353D;
}
</style>