Shades of Deep Cerise #F32C7D
Tints of Deep Cerise #F32C7D
RGB
CMYK
RGB Variations
Color information
#F32C7D (or 0xF32C7D) is known color: Deep Cerise. HEX triplet: F3, 2C and 7D. RGB value is (243,44,125). Sum of RGB (Red+Green+Blue) = 243+44+125=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C7D is #0CD382. Grayscale: #707070. Windows color (decimal): -840579 or 8203507. OLE color: 8203507.
HSL color Cylindrical-coordinate representation of color #F32C7D: hue angle of 335.58º 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 #F32C7D is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 125 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.05 |
| HSL | 335.58º | 0.89% | 0.56% | - |
| HSV(B) | 335.58º | 0.82% | 0.95% | - |
| XYZ | 41.56 | 22.34 | 21.52 | - |
| YUV | 112.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 125 | 0 | 0.82 | 0.49 | 0.05 | 335.58 | 0.89 | 0.56 |
| Hex | F3 | 2C | 7D | 0 | 52 | 31 | 5 | 150 | 59 | 38 |
| Octal | 363 | 54 | 175 | 0 | 122 | 61 | 5 | 520 | 131 | 70 |
| Binary | 11110011 | 101100 | 1111101 | 0 | 1010010 | 110001 | 101 | 101010000 | 1011001 | 111000 |
Color Harmonies of #F32C7D
Complementary color
Monochromatic Colors of #F32C7D
Black with #F32C7D
Text Example
Text Example
White with #F32C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C7D; }
p { color: rgb(243,44,125); }
H1.HeaderClassName
{
color: #F32C7D;
}
.AnyTagClassName
{
color: #F32C7D;
}
</style>
background-color css
<style>
a { background-color: #F32C7D; }
a { background-color: rgb(243,44,125); }
div.DivClassName
{
background-color: #F32C7D;
}
.BgClassName
{
background-color: #F32C7D;
}
</style>
border-color css
<style>
span { border-color: #F32C7D; }
span { border-color: rgb(243,44,125); }
td.TdClassName
{
border-color: #F32C7D;
}
.TagClassName
{
border-color: #F32C7D;
}
</style>