Shades of Alizarin #F32F42
Tints of Alizarin #F32F42
RGB
CMYK
RGB Variations
Color information
#F32F42 (or 0xF32F42) is known color: Alizarin. HEX triplet: F3, 2F and 42. RGB value is (243,47,66). Sum of RGB (Red+Green+Blue) = 243+47+66=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F42 is #0CD0BD. Grayscale: #6B6B6B. Windows color (decimal): -839870 or 4337651. OLE color: 4337651.
HSL color Cylindrical-coordinate representation of color #F32F42: hue angle of 354.18º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F42 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 66 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.05 |
| HSL | 354.18º | 0.89% | 0.57% | - |
| HSV(B) | 354.18º | 0.81% | 0.95% | - |
| XYZ | 38.96 | 21.48 | 7.25 | - |
| YUV | 107.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 66 | 0 | 0.81 | 0.73 | 0.05 | 354.18 | 0.89 | 0.57 |
| Hex | F3 | 2F | 42 | 0 | 51 | 49 | 5 | 162 | 59 | 39 |
| Octal | 363 | 57 | 102 | 0 | 121 | 111 | 5 | 542 | 131 | 71 |
| Binary | 11110011 | 101111 | 1000010 | 0 | 1010001 | 1001001 | 101 | 101100010 | 1011001 | 111001 |
Color Harmonies of #F32F42
Complementary color
Monochromatic Colors of #F32F42
Black with #F32F42
Text Example
Text Example
White with #F32F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F42; }
p { color: rgb(243,47,66); }
H1.HeaderClassName
{
color: #F32F42;
}
.AnyTagClassName
{
color: #F32F42;
}
</style>
background-color css
<style>
a { background-color: #F32F42; }
a { background-color: rgb(243,47,66); }
div.DivClassName
{
background-color: #F32F42;
}
.BgClassName
{
background-color: #F32F42;
}
</style>
border-color css
<style>
span { border-color: #F32F42; }
span { border-color: rgb(243,47,66); }
td.TdClassName
{
border-color: #F32F42;
}
.TagClassName
{
border-color: #F32F42;
}
</style>