Shades of Alizarin #F0233D
Tints of Alizarin #F0233D
RGB
CMYK
RGB Variations
Color information
#F0233D (or 0xF0233D) is known color: Alizarin. HEX triplet: F0, 23 and 3D. RGB value is (240,35,61). Sum of RGB (Red+Green+Blue) = 240+35+61=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0233D is #0FDCC2. Grayscale: #636363. Windows color (decimal): -1039555 or 4006896. OLE color: 4006896.
HSL color Cylindrical-coordinate representation of color #F0233D: hue angle of 352.39º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0233D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 61 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.06 |
| HSL | 352.39º | 0.87% | 0.54% | - |
| HSV(B) | 352.39º | 0.85% | 0.94% | - |
| XYZ | 37.38 | 20.06 | 6.32 | - |
| YUV | 99.26 | 106.42 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 61 | 0 | 0.85 | 0.75 | 0.06 | 352.39 | 0.87 | 0.54 |
| Hex | F0 | 23 | 3D | 0 | 55 | 4B | 6 | 160 | 57 | 36 |
| Octal | 360 | 43 | 75 | 0 | 125 | 113 | 6 | 540 | 127 | 66 |
| Binary | 11110000 | 100011 | 111101 | 0 | 1010101 | 1001011 | 110 | 101100000 | 1010111 | 110110 |
Color Harmonies of #F0233D
Complementary color
Monochromatic Colors of #F0233D
Black with #F0233D
Text Example
Text Example
White with #F0233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0233D; }
p { color: rgb(240,35,61); }
H1.HeaderClassName
{
color: #F0233D;
}
.AnyTagClassName
{
color: #F0233D;
}
</style>
background-color css
<style>
a { background-color: #F0233D; }
a { background-color: rgb(240,35,61); }
div.DivClassName
{
background-color: #F0233D;
}
.BgClassName
{
background-color: #F0233D;
}
</style>
border-color css
<style>
span { border-color: #F0233D; }
span { border-color: rgb(240,35,61); }
td.TdClassName
{
border-color: #F0233D;
}
.TagClassName
{
border-color: #F0233D;
}
</style>