Shades of Alizarin #F2273D
Tints of Alizarin #F2273D
RGB
CMYK
RGB Variations
Color information
#F2273D (or 0xF2273D) is known color: Alizarin. HEX triplet: F2, 27 and 3D. RGB value is (242,39,61). Sum of RGB (Red+Green+Blue) = 242+39+61=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2273D is #0DD8C2. Grayscale: #666666. Windows color (decimal): -907459 or 4007922. OLE color: 4007922.
HSL color Cylindrical-coordinate representation of color #F2273D: hue angle of 353.5º degrees, saturation: 0.89, 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 #F2273D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 61 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.05 |
| HSL | 353.5º | 0.89% | 0.55% | - |
| HSV(B) | 353.5º | 0.84% | 0.95% | - |
| XYZ | 38.19 | 20.67 | 6.39 | - |
| YUV | 102.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 61 | 0 | 0.84 | 0.75 | 0.05 | 353.5 | 0.89 | 0.55 |
| Hex | F2 | 27 | 3D | 0 | 54 | 4B | 5 | 161 | 59 | 37 |
| Octal | 362 | 47 | 75 | 0 | 124 | 113 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 100111 | 111101 | 0 | 1010100 | 1001011 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F2273D
Complementary color
Monochromatic Colors of #F2273D
Black with #F2273D
Text Example
Text Example
White with #F2273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2273D; }
p { color: rgb(242,39,61); }
H1.HeaderClassName
{
color: #F2273D;
}
.AnyTagClassName
{
color: #F2273D;
}
</style>
background-color css
<style>
a { background-color: #F2273D; }
a { background-color: rgb(242,39,61); }
div.DivClassName
{
background-color: #F2273D;
}
.BgClassName
{
background-color: #F2273D;
}
</style>
border-color css
<style>
span { border-color: #F2273D; }
span { border-color: rgb(242,39,61); }
td.TdClassName
{
border-color: #F2273D;
}
.TagClassName
{
border-color: #F2273D;
}
</style>