Shades of Cerise #F32F75
Tints of Cerise #F32F75
RGB
CMYK
RGB Variations
Color information
#F32F75 (or 0xF32F75) is known color: Cerise. HEX triplet: F3, 2F and 75. RGB value is (243,47,117). Sum of RGB (Red+Green+Blue) = 243+47+117=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F75 is #0CD08A. Grayscale: #717171. Windows color (decimal): -839819 or 7679987. OLE color: 7679987.
HSL color Cylindrical-coordinate representation of color #F32F75: hue angle of 338.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F75 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 117 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.05 |
| HSL | 338.57º | 0.89% | 0.57% | - |
| HSV(B) | 338.57º | 0.81% | 0.95% | - |
| XYZ | 41.19 | 22.37 | 18.98 | - |
| YUV | 113.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 117 | 0 | 0.81 | 0.52 | 0.05 | 338.57 | 0.89 | 0.57 |
| Hex | F3 | 2F | 75 | 0 | 51 | 34 | 5 | 153 | 59 | 39 |
| Octal | 363 | 57 | 165 | 0 | 121 | 64 | 5 | 523 | 131 | 71 |
| Binary | 11110011 | 101111 | 1110101 | 0 | 1010001 | 110100 | 101 | 101010011 | 1011001 | 111001 |
Color Harmonies of #F32F75
Complementary color
Monochromatic Colors of #F32F75
Black with #F32F75
Text Example
Text Example
White with #F32F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F75; }
p { color: rgb(243,47,117); }
H1.HeaderClassName
{
color: #F32F75;
}
.AnyTagClassName
{
color: #F32F75;
}
</style>
background-color css
<style>
a { background-color: #F32F75; }
a { background-color: rgb(243,47,117); }
div.DivClassName
{
background-color: #F32F75;
}
.BgClassName
{
background-color: #F32F75;
}
</style>
border-color css
<style>
span { border-color: #F32F75; }
span { border-color: rgb(243,47,117); }
td.TdClassName
{
border-color: #F32F75;
}
.TagClassName
{
border-color: #F32F75;
}
</style>