Shades of Carissma #F37896
Tints of Carissma #F37896
RGB
CMYK
RGB Variations
Color information
#F37896 (or 0xF37896) is known color: Carissma. HEX triplet: F3, 78 and 96. RGB value is (243,120,150). Sum of RGB (Red+Green+Blue) = 243+120+150=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F37896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37896 is #0C8769. Grayscale: #A0A0A0. Windows color (decimal): -821098 or 9861363. OLE color: 9861363.
HSL color Cylindrical-coordinate representation of color #F37896: hue angle of 345.37º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F37896 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 150 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.05 |
| HSL | 345.37º | 0.84% | 0.71% | - |
| HSV(B) | 345.37º | 0.51% | 0.95% | - |
| XYZ | 49.18 | 34.69 | 32.96 | - |
| YUV | 160.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 150 | 0 | 0.51 | 0.38 | 0.05 | 345.37 | 0.84 | 0.71 |
| Hex | F3 | 78 | 96 | 0 | 33 | 26 | 5 | 159 | 54 | 47 |
| Octal | 363 | 170 | 226 | 0 | 63 | 46 | 5 | 531 | 124 | 107 |
| Binary | 11110011 | 1111000 | 10010110 | 0 | 110011 | 100110 | 101 | 101011001 | 1010100 | 1000111 |
Color Harmonies of #F37896
Complementary color
Monochromatic Colors of #F37896
Black with #F37896
Text Example
Text Example
White with #F37896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37896; }
p { color: rgb(243,120,150); }
H1.HeaderClassName
{
color: #F37896;
}
.AnyTagClassName
{
color: #F37896;
}
</style>
background-color css
<style>
a { background-color: #F37896; }
a { background-color: rgb(243,120,150); }
div.DivClassName
{
background-color: #F37896;
}
.BgClassName
{
background-color: #F37896;
}
</style>
border-color css
<style>
span { border-color: #F37896; }
span { border-color: rgb(243,120,150); }
td.TdClassName
{
border-color: #F37896;
}
.TagClassName
{
border-color: #F37896;
}
</style>