Shades of Carissma #F37C92
Tints of Carissma #F37C92
RGB
CMYK
RGB Variations
Color information
#F37C92 (or 0xF37C92) is known color: Carissma. HEX triplet: F3, 7C and 92. RGB value is (243,124,146). Sum of RGB (Red+Green+Blue) = 243+124+146=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C92 is #0C836D. Grayscale: #A2A2A2. Windows color (decimal): -820078 or 9600243. OLE color: 9600243.
HSL color Cylindrical-coordinate representation of color #F37C92: hue angle of 348.91º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37C92 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 146 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.05 |
| HSL | 348.91º | 0.83% | 0.72% | - |
| HSV(B) | 348.91º | 0.49% | 0.95% | - |
| XYZ | 49.36 | 35.55 | 31.45 | - |
| YUV | 162.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 146 | 0 | 0.49 | 0.40 | 0.05 | 348.91 | 0.83 | 0.72 |
| Hex | F3 | 7C | 92 | 0 | 31 | 28 | 5 | 15D | 53 | 48 |
| Octal | 363 | 174 | 222 | 0 | 61 | 50 | 5 | 535 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10010010 | 0 | 110001 | 101000 | 101 | 101011101 | 1010011 | 1001000 |
Color Harmonies of #F37C92
Complementary color
Monochromatic Colors of #F37C92
Black with #F37C92
Text Example
Text Example
White with #F37C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C92; }
p { color: rgb(243,124,146); }
H1.HeaderClassName
{
color: #F37C92;
}
.AnyTagClassName
{
color: #F37C92;
}
</style>
background-color css
<style>
a { background-color: #F37C92; }
a { background-color: rgb(243,124,146); }
div.DivClassName
{
background-color: #F37C92;
}
.BgClassName
{
background-color: #F37C92;
}
</style>
border-color css
<style>
span { border-color: #F37C92; }
span { border-color: rgb(243,124,146); }
td.TdClassName
{
border-color: #F37C92;
}
.TagClassName
{
border-color: #F37C92;
}
</style>