Shades of Carissma #F37C8D
Tints of Carissma #F37C8D
RGB
CMYK
RGB Variations
Color information
#F37C8D (or 0xF37C8D) is known color: Carissma. HEX triplet: F3, 7C and 8D. RGB value is (243,124,141). Sum of RGB (Red+Green+Blue) = 243+124+141=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C8D is #0C8372. Grayscale: #A1A1A1. Windows color (decimal): -820083 or 9272563. OLE color: 9272563.
HSL color Cylindrical-coordinate representation of color #F37C8D: hue angle of 351.43º 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 #F37C8D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 141 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.05 |
| HSL | 351.43º | 0.83% | 0.72% | - |
| HSV(B) | 351.43º | 0.49% | 0.95% | - |
| XYZ | 48.98 | 35.39 | 29.45 | - |
| YUV | 161.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 141 | 0 | 0.49 | 0.42 | 0.05 | 351.43 | 0.83 | 0.72 |
| Hex | F3 | 7C | 8D | 0 | 31 | 2A | 5 | 15F | 53 | 48 |
| Octal | 363 | 174 | 215 | 0 | 61 | 52 | 5 | 537 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10001101 | 0 | 110001 | 101010 | 101 | 101011111 | 1010011 | 1001000 |
Color Harmonies of #F37C8D
Complementary color
Monochromatic Colors of #F37C8D
Black with #F37C8D
Text Example
Text Example
White with #F37C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C8D; }
p { color: rgb(243,124,141); }
H1.HeaderClassName
{
color: #F37C8D;
}
.AnyTagClassName
{
color: #F37C8D;
}
</style>
background-color css
<style>
a { background-color: #F37C8D; }
a { background-color: rgb(243,124,141); }
div.DivClassName
{
background-color: #F37C8D;
}
.BgClassName
{
background-color: #F37C8D;
}
</style>
border-color css
<style>
span { border-color: #F37C8D; }
span { border-color: rgb(243,124,141); }
td.TdClassName
{
border-color: #F37C8D;
}
.TagClassName
{
border-color: #F37C8D;
}
</style>