Shades of Carissma #F37997
Tints of Carissma #F37997
RGB
CMYK
RGB Variations
Color information
#F37997 (or 0xF37997) is known color: Carissma. HEX triplet: F3, 79 and 97. RGB value is (243,121,151). Sum of RGB (Red+Green+Blue) = 243+121+151=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F37997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37997 is #0C8668. Grayscale: #A0A0A0. Windows color (decimal): -820841 or 9927155. OLE color: 9927155.
HSL color Cylindrical-coordinate representation of color #F37997: hue angle of 345.25º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37997 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 151 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.05 |
| HSL | 345.25º | 0.84% | 0.71% | - |
| HSV(B) | 345.25º | 0.5% | 0.95% | - |
| XYZ | 49.39 | 34.96 | 33.42 | - |
| YUV | 160.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 151 | 0 | 0.50 | 0.38 | 0.05 | 345.25 | 0.84 | 0.71 |
| Hex | F3 | 79 | 97 | 0 | 32 | 26 | 5 | 159 | 54 | 47 |
| Octal | 363 | 171 | 227 | 0 | 62 | 46 | 5 | 531 | 124 | 107 |
| Binary | 11110011 | 1111001 | 10010111 | 0 | 110010 | 100110 | 101 | 101011001 | 1010100 | 1000111 |
Color Harmonies of #F37997
Complementary color
Monochromatic Colors of #F37997
Black with #F37997
Text Example
Text Example
White with #F37997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37997; }
p { color: rgb(243,121,151); }
H1.HeaderClassName
{
color: #F37997;
}
.AnyTagClassName
{
color: #F37997;
}
</style>
background-color css
<style>
a { background-color: #F37997; }
a { background-color: rgb(243,121,151); }
div.DivClassName
{
background-color: #F37997;
}
.BgClassName
{
background-color: #F37997;
}
</style>
border-color css
<style>
span { border-color: #F37997; }
span { border-color: rgb(243,121,151); }
td.TdClassName
{
border-color: #F37997;
}
.TagClassName
{
border-color: #F37997;
}
</style>