Shades of Cerise #F32C6F
Tints of Cerise #F32C6F
RGB
CMYK
RGB Variations
Color information
#F32C6F (or 0xF32C6F) is known color: Cerise. HEX triplet: F3, 2C and 6F. RGB value is (243,44,111). Sum of RGB (Red+Green+Blue) = 243+44+111=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C6F is #0CD390. Grayscale: #6F6F6F. Windows color (decimal): -840593 or 7286003. OLE color: 7286003.
HSL color Cylindrical-coordinate representation of color #F32C6F: hue angle of 339.8º 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 #F32C6F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 111 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.05 |
| HSL | 339.8º | 0.89% | 0.56% | - |
| HSV(B) | 339.8º | 0.82% | 0.95% | - |
| XYZ | 40.73 | 22 | 17.14 | - |
| YUV | 111.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 111 | 0 | 0.82 | 0.54 | 0.05 | 339.8 | 0.89 | 0.56 |
| Hex | F3 | 2C | 6F | 0 | 52 | 36 | 5 | 154 | 59 | 38 |
| Octal | 363 | 54 | 157 | 0 | 122 | 66 | 5 | 524 | 131 | 70 |
| Binary | 11110011 | 101100 | 1101111 | 0 | 1010010 | 110110 | 101 | 101010100 | 1011001 | 111000 |
Color Harmonies of #F32C6F
Complementary color
Monochromatic Colors of #F32C6F
Black with #F32C6F
Text Example
Text Example
White with #F32C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C6F; }
p { color: rgb(243,44,111); }
H1.HeaderClassName
{
color: #F32C6F;
}
.AnyTagClassName
{
color: #F32C6F;
}
</style>
background-color css
<style>
a { background-color: #F32C6F; }
a { background-color: rgb(243,44,111); }
div.DivClassName
{
background-color: #F32C6F;
}
.BgClassName
{
background-color: #F32C6F;
}
</style>
border-color css
<style>
span { border-color: #F32C6F; }
span { border-color: rgb(243,44,111); }
td.TdClassName
{
border-color: #F32C6F;
}
.TagClassName
{
border-color: #F32C6F;
}
</style>