Shades of Cerise #F32C74
Tints of Cerise #F32C74
RGB
CMYK
RGB Variations
Color information
#F32C74 (or 0xF32C74) is known color: Cerise. HEX triplet: F3, 2C and 74. RGB value is (243,44,116). Sum of RGB (Red+Green+Blue) = 243+44+116=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C74 is #0CD38B. Grayscale: #6F6F6F. Windows color (decimal): -840588 or 7613683. OLE color: 7613683.
HSL color Cylindrical-coordinate representation of color #F32C74: hue angle of 338.29º 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 #F32C74 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 116 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.05 |
| HSL | 338.29º | 0.89% | 0.56% | - |
| HSV(B) | 338.29º | 0.82% | 0.95% | - |
| XYZ | 41.02 | 22.12 | 18.63 | - |
| YUV | 111.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 116 | 0 | 0.82 | 0.52 | 0.05 | 338.29 | 0.89 | 0.56 |
| Hex | F3 | 2C | 74 | 0 | 52 | 34 | 5 | 152 | 59 | 38 |
| Octal | 363 | 54 | 164 | 0 | 122 | 64 | 5 | 522 | 131 | 70 |
| Binary | 11110011 | 101100 | 1110100 | 0 | 1010010 | 110100 | 101 | 101010010 | 1011001 | 111000 |
Color Harmonies of #F32C74
Complementary color
Monochromatic Colors of #F32C74
Black with #F32C74
Text Example
Text Example
White with #F32C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C74; }
p { color: rgb(243,44,116); }
H1.HeaderClassName
{
color: #F32C74;
}
.AnyTagClassName
{
color: #F32C74;
}
</style>
background-color css
<style>
a { background-color: #F32C74; }
a { background-color: rgb(243,44,116); }
div.DivClassName
{
background-color: #F32C74;
}
.BgClassName
{
background-color: #F32C74;
}
</style>
border-color css
<style>
span { border-color: #F32C74; }
span { border-color: rgb(243,44,116); }
td.TdClassName
{
border-color: #F32C74;
}
.TagClassName
{
border-color: #F32C74;
}
</style>