Shades of Cerise #F23573
Tints of Cerise #F23573
RGB
CMYK
RGB Variations
Color information
#F23573 (or 0xF23573) is known color: Cerise. HEX triplet: F2, 35 and 73. RGB value is (242,53,115). Sum of RGB (Red+Green+Blue) = 242+53+115=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F23573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23573 is #0DCA8C. Grayscale: #747474. Windows color (decimal): -903821 or 7550450. OLE color: 7550450.
HSL color Cylindrical-coordinate representation of color #F23573: hue angle of 340.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23573 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 115 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.05 |
| HSL | 340.32º | 0.88% | 0.58% | - |
| HSV(B) | 340.32º | 0.78% | 0.95% | - |
| XYZ | 40.99 | 22.66 | 18.43 | - |
| YUV | 116.58 | 127.12 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 115 | 0 | 0.78 | 0.52 | 0.05 | 340.32 | 0.88 | 0.58 |
| Hex | F2 | 35 | 73 | 0 | 4E | 34 | 5 | 154 | 58 | 3A |
| Octal | 362 | 65 | 163 | 0 | 116 | 64 | 5 | 524 | 130 | 72 |
| Binary | 11110010 | 110101 | 1110011 | 0 | 1001110 | 110100 | 101 | 101010100 | 1011000 | 111010 |
Color Harmonies of #F23573
Complementary color
Monochromatic Colors of #F23573
Black with #F23573
Text Example
Text Example
White with #F23573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23573; }
p { color: rgb(242,53,115); }
H1.HeaderClassName
{
color: #F23573;
}
.AnyTagClassName
{
color: #F23573;
}
</style>
background-color css
<style>
a { background-color: #F23573; }
a { background-color: rgb(242,53,115); }
div.DivClassName
{
background-color: #F23573;
}
.BgClassName
{
background-color: #F23573;
}
</style>
border-color css
<style>
span { border-color: #F23573; }
span { border-color: rgb(242,53,115); }
td.TdClassName
{
border-color: #F23573;
}
.TagClassName
{
border-color: #F23573;
}
</style>