Shades of Deep Cerise #F3267C
Tints of Deep Cerise #F3267C
RGB
CMYK
RGB Variations
Color information
#F3267C (or 0xF3267C) is known color: Deep Cerise. HEX triplet: F3, 26 and 7C. RGB value is (243,38,124). Sum of RGB (Red+Green+Blue) = 243+38+124=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F3267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3267C is #0CD983. Grayscale: #6C6C6C. Windows color (decimal): -842116 or 8136435. OLE color: 8136435.
HSL color Cylindrical-coordinate representation of color #F3267C: hue angle of 334.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3267C is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 124 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.05 |
| HSL | 334.83º | 0.9% | 0.55% | - |
| HSV(B) | 334.83º | 0.84% | 0.95% | - |
| XYZ | 41.29 | 21.9 | 21.12 | - |
| YUV | 109.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 124 | 0 | 0.84 | 0.49 | 0.05 | 334.83 | 0.9 | 0.55 |
| Hex | F3 | 26 | 7C | 0 | 54 | 31 | 5 | 14F | 5A | 37 |
| Octal | 363 | 46 | 174 | 0 | 124 | 61 | 5 | 517 | 132 | 67 |
| Binary | 11110011 | 100110 | 1111100 | 0 | 1010100 | 110001 | 101 | 101001111 | 1011010 | 110111 |
Color Harmonies of #F3267C
Complementary color
Monochromatic Colors of #F3267C
Black with #F3267C
Text Example
Text Example
White with #F3267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3267C; }
p { color: rgb(243,38,124); }
H1.HeaderClassName
{
color: #F3267C;
}
.AnyTagClassName
{
color: #F3267C;
}
</style>
background-color css
<style>
a { background-color: #F3267C; }
a { background-color: rgb(243,38,124); }
div.DivClassName
{
background-color: #F3267C;
}
.BgClassName
{
background-color: #F3267C;
}
</style>
border-color css
<style>
span { border-color: #F3267C; }
span { border-color: rgb(243,38,124); }
td.TdClassName
{
border-color: #F3267C;
}
.TagClassName
{
border-color: #F3267C;
}
</style>