Shades of Deep Cerise #F32C7F
Tints of Deep Cerise #F32C7F
RGB
CMYK
RGB Variations
Color information
#F32C7F (or 0xF32C7F) is known color: Deep Cerise. HEX triplet: F3, 2C and 7F. RGB value is (243,44,127). Sum of RGB (Red+Green+Blue) = 243+44+127=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C7F is #0CD380. Grayscale: #707070. Windows color (decimal): -840577 or 8334579. OLE color: 8334579.
HSL color Cylindrical-coordinate representation of color #F32C7F: hue angle of 334.97º 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 #F32C7F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 127 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.05 |
| HSL | 334.97º | 0.89% | 0.56% | - |
| HSV(B) | 334.97º | 0.82% | 0.95% | - |
| XYZ | 41.69 | 22.39 | 22.2 | - |
| YUV | 112.96 | 135.93 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 127 | 0 | 0.82 | 0.48 | 0.05 | 334.97 | 0.89 | 0.56 |
| Hex | F3 | 2C | 7F | 0 | 52 | 30 | 5 | 14F | 59 | 38 |
| Octal | 363 | 54 | 177 | 0 | 122 | 60 | 5 | 517 | 131 | 70 |
| Binary | 11110011 | 101100 | 1111111 | 0 | 1010010 | 110000 | 101 | 101001111 | 1011001 | 111000 |
Color Harmonies of #F32C7F
Complementary color
Monochromatic Colors of #F32C7F
Black with #F32C7F
Text Example
Text Example
White with #F32C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C7F; }
p { color: rgb(243,44,127); }
H1.HeaderClassName
{
color: #F32C7F;
}
.AnyTagClassName
{
color: #F32C7F;
}
</style>
background-color css
<style>
a { background-color: #F32C7F; }
a { background-color: rgb(243,44,127); }
div.DivClassName
{
background-color: #F32C7F;
}
.BgClassName
{
background-color: #F32C7F;
}
</style>
border-color css
<style>
span { border-color: #F32C7F; }
span { border-color: rgb(243,44,127); }
td.TdClassName
{
border-color: #F32C7F;
}
.TagClassName
{
border-color: #F32C7F;
}
</style>