Shades of Carissma #F37E86
Tints of Carissma #F37E86
RGB
CMYK
RGB Variations
Color information
#F37E86 (or 0xF37E86) is known color: Carissma. HEX triplet: F3, 7E and 86. RGB value is (243,126,134). Sum of RGB (Red+Green+Blue) = 243+126+134=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F37E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37E86 is #0C8179. Grayscale: #A1A1A1. Windows color (decimal): -819578 or 8814323. OLE color: 8814323.
HSL color Cylindrical-coordinate representation of color #F37E86: hue angle of 355.9º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37E86 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 134 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.05 |
| HSL | 355.9º | 0.83% | 0.72% | - |
| HSV(B) | 355.9º | 0.48% | 0.95% | - |
| XYZ | 48.73 | 35.7 | 26.88 | - |
| YUV | 161.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 134 | 0 | 0.48 | 0.45 | 0.05 | 355.9 | 0.83 | 0.72 |
| Hex | F3 | 7E | 86 | 0 | 30 | 2D | 5 | 164 | 53 | 48 |
| Octal | 363 | 176 | 206 | 0 | 60 | 55 | 5 | 544 | 123 | 110 |
| Binary | 11110011 | 1111110 | 10000110 | 0 | 110000 | 101101 | 101 | 101100100 | 1010011 | 1001000 |
Color Harmonies of #F37E86
Complementary color
Monochromatic Colors of #F37E86
Black with #F37E86
Text Example
Text Example
White with #F37E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37E86; }
p { color: rgb(243,126,134); }
H1.HeaderClassName
{
color: #F37E86;
}
.AnyTagClassName
{
color: #F37E86;
}
</style>
background-color css
<style>
a { background-color: #F37E86; }
a { background-color: rgb(243,126,134); }
div.DivClassName
{
background-color: #F37E86;
}
.BgClassName
{
background-color: #F37E86;
}
</style>
border-color css
<style>
span { border-color: #F37E86; }
span { border-color: rgb(243,126,134); }
td.TdClassName
{
border-color: #F37E86;
}
.TagClassName
{
border-color: #F37E86;
}
</style>