Shades of Carissma #F37E8D
Tints of Carissma #F37E8D
RGB
CMYK
RGB Variations
Color information
#F37E8D (or 0xF37E8D) is known color: Carissma. HEX triplet: F3, 7E and 8D. RGB value is (243,126,141). Sum of RGB (Red+Green+Blue) = 243+126+141=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F37E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37E8D is #0C8172. Grayscale: #A2A2A2. Windows color (decimal): -819571 or 9273075. OLE color: 9273075.
HSL color Cylindrical-coordinate representation of color #F37E8D: hue angle of 352.31º 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 #F37E8D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 141 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.05 |
| HSL | 352.31º | 0.83% | 0.72% | - |
| HSV(B) | 352.31º | 0.48% | 0.95% | - |
| XYZ | 49.23 | 35.9 | 29.53 | - |
| YUV | 162.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 141 | 0 | 0.48 | 0.42 | 0.05 | 352.31 | 0.83 | 0.72 |
| Hex | F3 | 7E | 8D | 0 | 30 | 2A | 5 | 160 | 53 | 48 |
| Octal | 363 | 176 | 215 | 0 | 60 | 52 | 5 | 540 | 123 | 110 |
| Binary | 11110011 | 1111110 | 10001101 | 0 | 110000 | 101010 | 101 | 101100000 | 1010011 | 1001000 |
Color Harmonies of #F37E8D
Complementary color
Monochromatic Colors of #F37E8D
Black with #F37E8D
Text Example
Text Example
White with #F37E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37E8D; }
p { color: rgb(243,126,141); }
H1.HeaderClassName
{
color: #F37E8D;
}
.AnyTagClassName
{
color: #F37E8D;
}
</style>
background-color css
<style>
a { background-color: #F37E8D; }
a { background-color: rgb(243,126,141); }
div.DivClassName
{
background-color: #F37E8D;
}
.BgClassName
{
background-color: #F37E8D;
}
</style>
border-color css
<style>
span { border-color: #F37E8D; }
span { border-color: rgb(243,126,141); }
td.TdClassName
{
border-color: #F37E8D;
}
.TagClassName
{
border-color: #F37E8D;
}
</style>