Shades of Alizarin #F5233D
Tints of Alizarin #F5233D
RGB
CMYK
RGB Variations
Color information
#F5233D (or 0xF5233D) is known color: Alizarin. HEX triplet: F5, 23 and 3D. RGB value is (245,35,61). Sum of RGB (Red+Green+Blue) = 245+35+61=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5233D is #0ADCC2. Grayscale: #646464. Windows color (decimal): -711875 or 4006901. OLE color: 4006901.
HSL color Cylindrical-coordinate representation of color #F5233D: hue angle of 352.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5233D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 61 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.04 |
| HSL | 352.57º | 0.91% | 0.55% | - |
| HSV(B) | 352.57º | 0.86% | 0.96% | - |
| XYZ | 39.1 | 20.95 | 6.4 | - |
| YUV | 100.75 | 105.57 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 61 | 0 | 0.86 | 0.75 | 0.04 | 352.57 | 0.91 | 0.55 |
| Hex | F5 | 23 | 3D | 0 | 56 | 4B | 4 | 161 | 5B | 37 |
| Octal | 365 | 43 | 75 | 0 | 126 | 113 | 4 | 541 | 133 | 67 |
| Binary | 11110101 | 100011 | 111101 | 0 | 1010110 | 1001011 | 100 | 101100001 | 1011011 | 110111 |
Color Harmonies of #F5233D
Complementary color
Monochromatic Colors of #F5233D
Black with #F5233D
Text Example
Text Example
White with #F5233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5233D; }
p { color: rgb(245,35,61); }
H1.HeaderClassName
{
color: #F5233D;
}
.AnyTagClassName
{
color: #F5233D;
}
</style>
background-color css
<style>
a { background-color: #F5233D; }
a { background-color: rgb(245,35,61); }
div.DivClassName
{
background-color: #F5233D;
}
.BgClassName
{
background-color: #F5233D;
}
</style>
border-color css
<style>
span { border-color: #F5233D; }
span { border-color: rgb(245,35,61); }
td.TdClassName
{
border-color: #F5233D;
}
.TagClassName
{
border-color: #F5233D;
}
</style>