Shades of Cerise #F32C76
Tints of Cerise #F32C76
RGB
CMYK
RGB Variations
Color information
#F32C76 (or 0xF32C76) is known color: Cerise. HEX triplet: F3, 2C and 76. RGB value is (243,44,118). Sum of RGB (Red+Green+Blue) = 243+44+118=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C76 is #0CD389. Grayscale: #6F6F6F. Windows color (decimal): -840586 or 7744755. OLE color: 7744755.
HSL color Cylindrical-coordinate representation of color #F32C76: hue angle of 337.69º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C76 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 118 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.05 |
| HSL | 337.69º | 0.89% | 0.56% | - |
| HSV(B) | 337.69º | 0.82% | 0.95% | - |
| XYZ | 41.13 | 22.16 | 19.25 | - |
| YUV | 111.94 | 131.43 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 118 | 0 | 0.82 | 0.51 | 0.05 | 337.69 | 0.89 | 0.56 |
| Hex | F3 | 2C | 76 | 0 | 52 | 33 | 5 | 152 | 59 | 38 |
| Octal | 363 | 54 | 166 | 0 | 122 | 63 | 5 | 522 | 131 | 70 |
| Binary | 11110011 | 101100 | 1110110 | 0 | 1010010 | 110011 | 101 | 101010010 | 1011001 | 111000 |
Color Harmonies of #F32C76
Complementary color
Monochromatic Colors of #F32C76
Black with #F32C76
Text Example
Text Example
White with #F32C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C76; }
p { color: rgb(243,44,118); }
H1.HeaderClassName
{
color: #F32C76;
}
.AnyTagClassName
{
color: #F32C76;
}
</style>
background-color css
<style>
a { background-color: #F32C76; }
a { background-color: rgb(243,44,118); }
div.DivClassName
{
background-color: #F32C76;
}
.BgClassName
{
background-color: #F32C76;
}
</style>
border-color css
<style>
span { border-color: #F32C76; }
span { border-color: rgb(243,44,118); }
td.TdClassName
{
border-color: #F32C76;
}
.TagClassName
{
border-color: #F32C76;
}
</style>