Shades of Carissma #F37C86
Tints of Carissma #F37C86
RGB
CMYK
RGB Variations
Color information
#F37C86 (or 0xF37C86) is known color: Carissma. HEX triplet: F3, 7C and 86. RGB value is (243,124,134). Sum of RGB (Red+Green+Blue) = 243+124+134=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C86 is #0C8379. Grayscale: #A0A0A0. Windows color (decimal): -820090 or 8813811. OLE color: 8813811.
HSL color Cylindrical-coordinate representation of color #F37C86: hue angle of 354.96º 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 #F37C86 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 134 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.05 |
| HSL | 354.96º | 0.83% | 0.72% | - |
| HSV(B) | 354.96º | 0.49% | 0.95% | - |
| XYZ | 48.47 | 35.19 | 26.79 | - |
| YUV | 160.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 134 | 0 | 0.49 | 0.45 | 0.05 | 354.96 | 0.83 | 0.72 |
| Hex | F3 | 7C | 86 | 0 | 31 | 2D | 5 | 163 | 53 | 48 |
| Octal | 363 | 174 | 206 | 0 | 61 | 55 | 5 | 543 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10000110 | 0 | 110001 | 101101 | 101 | 101100011 | 1010011 | 1001000 |
Color Harmonies of #F37C86
Complementary color
Monochromatic Colors of #F37C86
Black with #F37C86
Text Example
Text Example
White with #F37C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C86; }
p { color: rgb(243,124,134); }
H1.HeaderClassName
{
color: #F37C86;
}
.AnyTagClassName
{
color: #F37C86;
}
</style>
background-color css
<style>
a { background-color: #F37C86; }
a { background-color: rgb(243,124,134); }
div.DivClassName
{
background-color: #F37C86;
}
.BgClassName
{
background-color: #F37C86;
}
</style>
border-color css
<style>
span { border-color: #F37C86; }
span { border-color: rgb(243,124,134); }
td.TdClassName
{
border-color: #F37C86;
}
.TagClassName
{
border-color: #F37C86;
}
</style>