Shades of Cerise #F32D73
Tints of Cerise #F32D73
RGB
CMYK
RGB Variations
Color information
#F32D73 (or 0xF32D73) is known color: Cerise. HEX triplet: F3, 2D and 73. RGB value is (243,45,115). Sum of RGB (Red+Green+Blue) = 243+45+115=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D73 is #0CD28C. Grayscale: #707070. Windows color (decimal): -840333 or 7548403. OLE color: 7548403.
HSL color Cylindrical-coordinate representation of color #F32D73: hue angle of 338.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D73 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 115 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.05 |
| HSL | 338.79º | 0.89% | 0.56% | - |
| HSV(B) | 338.79º | 0.81% | 0.95% | - |
| XYZ | 41 | 22.17 | 18.34 | - |
| YUV | 112.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 115 | 0 | 0.81 | 0.53 | 0.05 | 338.79 | 0.89 | 0.56 |
| Hex | F3 | 2D | 73 | 0 | 51 | 35 | 5 | 153 | 59 | 38 |
| Octal | 363 | 55 | 163 | 0 | 121 | 65 | 5 | 523 | 131 | 70 |
| Binary | 11110011 | 101101 | 1110011 | 0 | 1010001 | 110101 | 101 | 101010011 | 1011001 | 111000 |
Color Harmonies of #F32D73
Complementary color
Monochromatic Colors of #F32D73
Black with #F32D73
Text Example
Text Example
White with #F32D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D73; }
p { color: rgb(243,45,115); }
H1.HeaderClassName
{
color: #F32D73;
}
.AnyTagClassName
{
color: #F32D73;
}
</style>
background-color css
<style>
a { background-color: #F32D73; }
a { background-color: rgb(243,45,115); }
div.DivClassName
{
background-color: #F32D73;
}
.BgClassName
{
background-color: #F32D73;
}
</style>
border-color css
<style>
span { border-color: #F32D73; }
span { border-color: rgb(243,45,115); }
td.TdClassName
{
border-color: #F32D73;
}
.TagClassName
{
border-color: #F32D73;
}
</style>