Shades of Cerise #F32268
Tints of Cerise #F32268
RGB
CMYK
RGB Variations
Color information
#F32268 (or 0xF32268) is known color: Cerise. HEX triplet: F3, 22 and 68. RGB value is (243,34,104). Sum of RGB (Red+Green+Blue) = 243+34+104=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F32268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32268 is #0CDD97. Grayscale: #686868. Windows color (decimal): -843160 or 6824691. OLE color: 6824691.
HSL color Cylindrical-coordinate representation of color #F32268: hue angle of 339.9º 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 #F32268 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 104 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.05 |
| HSL | 339.9º | 0.9% | 0.54% | - |
| HSV(B) | 339.9º | 0.86% | 0.95% | - |
| XYZ | 40.03 | 21.2 | 15.08 | - |
| YUV | 104.47 | 127.74 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 104 | 0 | 0.86 | 0.57 | 0.05 | 339.9 | 0.9 | 0.54 |
| Hex | F3 | 22 | 68 | 0 | 56 | 39 | 5 | 154 | 5A | 36 |
| Octal | 363 | 42 | 150 | 0 | 126 | 71 | 5 | 524 | 132 | 66 |
| Binary | 11110011 | 100010 | 1101000 | 0 | 1010110 | 111001 | 101 | 101010100 | 1011010 | 110110 |
Color Harmonies of #F32268
Complementary color
Monochromatic Colors of #F32268
Black with #F32268
Text Example
Text Example
White with #F32268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32268; }
p { color: rgb(243,34,104); }
H1.HeaderClassName
{
color: #F32268;
}
.AnyTagClassName
{
color: #F32268;
}
</style>
background-color css
<style>
a { background-color: #F32268; }
a { background-color: rgb(243,34,104); }
div.DivClassName
{
background-color: #F32268;
}
.BgClassName
{
background-color: #F32268;
}
</style>
border-color css
<style>
span { border-color: #F32268; }
span { border-color: rgb(243,34,104); }
td.TdClassName
{
border-color: #F32268;
}
.TagClassName
{
border-color: #F32268;
}
</style>