Shades of Deep Cerise #F32C7E
Tints of Deep Cerise #F32C7E
RGB
CMYK
RGB Variations
Color information
#F32C7E (or 0xF32C7E) is known color: Deep Cerise. HEX triplet: F3, 2C and 7E. RGB value is (243,44,126). Sum of RGB (Red+Green+Blue) = 243+44+126=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C7E is #0CD381. Grayscale: #707070. Windows color (decimal): -840578 or 8269043. OLE color: 8269043.
HSL color Cylindrical-coordinate representation of color #F32C7E: hue angle of 335.28º 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 #F32C7E is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 126 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.05 |
| HSL | 335.28º | 0.89% | 0.56% | - |
| HSV(B) | 335.28º | 0.82% | 0.95% | - |
| XYZ | 41.63 | 22.36 | 21.86 | - |
| YUV | 112.85 | 135.43 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 126 | 0 | 0.82 | 0.48 | 0.05 | 335.28 | 0.89 | 0.56 |
| Hex | F3 | 2C | 7E | 0 | 52 | 30 | 5 | 14F | 59 | 38 |
| Octal | 363 | 54 | 176 | 0 | 122 | 60 | 5 | 517 | 131 | 70 |
| Binary | 11110011 | 101100 | 1111110 | 0 | 1010010 | 110000 | 101 | 101001111 | 1011001 | 111000 |
Color Harmonies of #F32C7E
Complementary color
Monochromatic Colors of #F32C7E
Black with #F32C7E
Text Example
Text Example
White with #F32C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C7E; }
p { color: rgb(243,44,126); }
H1.HeaderClassName
{
color: #F32C7E;
}
.AnyTagClassName
{
color: #F32C7E;
}
</style>
background-color css
<style>
a { background-color: #F32C7E; }
a { background-color: rgb(243,44,126); }
div.DivClassName
{
background-color: #F32C7E;
}
.BgClassName
{
background-color: #F32C7E;
}
</style>
border-color css
<style>
span { border-color: #F32C7E; }
span { border-color: rgb(243,44,126); }
td.TdClassName
{
border-color: #F32C7E;
}
.TagClassName
{
border-color: #F32C7E;
}
</style>