Shades of Cerise #F32270
Tints of Cerise #F32270
RGB
CMYK
RGB Variations
Color information
#F32270 (or 0xF32270) is known color: Cerise. HEX triplet: F3, 22 and 70. RGB value is (243,34,112). Sum of RGB (Red+Green+Blue) = 243+34+112=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F32270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32270 is #0CDD8F. Grayscale: #696969. Windows color (decimal): -843152 or 7348979. OLE color: 7348979.
HSL color Cylindrical-coordinate representation of color #F32270: hue angle of 337.61º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32270 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 112 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.05 |
| HSL | 337.61º | 0.9% | 0.54% | - |
| HSV(B) | 337.61º | 0.86% | 0.95% | - |
| XYZ | 40.46 | 21.37 | 17.32 | - |
| YUV | 105.38 | 131.74 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 112 | 0 | 0.86 | 0.54 | 0.05 | 337.61 | 0.9 | 0.54 |
| Hex | F3 | 22 | 70 | 0 | 56 | 36 | 5 | 152 | 5A | 36 |
| Octal | 363 | 42 | 160 | 0 | 126 | 66 | 5 | 522 | 132 | 66 |
| Binary | 11110011 | 100010 | 1110000 | 0 | 1010110 | 110110 | 101 | 101010010 | 1011010 | 110110 |
Color Harmonies of #F32270
Complementary color
Monochromatic Colors of #F32270
Black with #F32270
Text Example
Text Example
White with #F32270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32270; }
p { color: rgb(243,34,112); }
H1.HeaderClassName
{
color: #F32270;
}
.AnyTagClassName
{
color: #F32270;
}
</style>
background-color css
<style>
a { background-color: #F32270; }
a { background-color: rgb(243,34,112); }
div.DivClassName
{
background-color: #F32270;
}
.BgClassName
{
background-color: #F32270;
}
</style>
border-color css
<style>
span { border-color: #F32270; }
span { border-color: rgb(243,34,112); }
td.TdClassName
{
border-color: #F32270;
}
.TagClassName
{
border-color: #F32270;
}
</style>