Shades of Alizarin #F2383F
Tints of Alizarin #F2383F
RGB
CMYK
RGB Variations
Color information
#F2383F (or 0xF2383F) is known color: Alizarin. HEX triplet: F2, 38 and 3F. RGB value is (242,56,63). Sum of RGB (Red+Green+Blue) = 242+56+63=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F2383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2383F is #0DC7C0. Grayscale: #707070. Windows color (decimal): -903105 or 4143346. OLE color: 4143346.
HSL color Cylindrical-coordinate representation of color #F2383F: hue angle of 357.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2383F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.05 |
| HSL | 357.74º | 0.88% | 0.58% | - |
| HSV(B) | 357.74º | 0.77% | 0.95% | - |
| XYZ | 38.93 | 22.06 | 6.91 | - |
| YUV | 112.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 63 | 0 | 0.77 | 0.74 | 0.05 | 357.74 | 0.88 | 0.58 |
| Hex | F2 | 38 | 3F | 0 | 4D | 4A | 5 | 166 | 58 | 3A |
| Octal | 362 | 70 | 77 | 0 | 115 | 112 | 5 | 546 | 130 | 72 |
| Binary | 11110010 | 111000 | 111111 | 0 | 1001101 | 1001010 | 101 | 101100110 | 1011000 | 111010 |
Color Harmonies of #F2383F
Complementary color
Monochromatic Colors of #F2383F
Black with #F2383F
Text Example
Text Example
White with #F2383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2383F; }
p { color: rgb(242,56,63); }
H1.HeaderClassName
{
color: #F2383F;
}
.AnyTagClassName
{
color: #F2383F;
}
</style>
background-color css
<style>
a { background-color: #F2383F; }
a { background-color: rgb(242,56,63); }
div.DivClassName
{
background-color: #F2383F;
}
.BgClassName
{
background-color: #F2383F;
}
</style>
border-color css
<style>
span { border-color: #F2383F; }
span { border-color: rgb(242,56,63); }
td.TdClassName
{
border-color: #F2383F;
}
.TagClassName
{
border-color: #F2383F;
}
</style>