Shades of Carissma #F57797
Tints of Carissma #F57797
RGB
CMYK
RGB Variations
Color information
#F57797 (or 0xF57797) is known color: Carissma. HEX triplet: F5, 77 and 97. RGB value is (245,119,151). Sum of RGB (Red+Green+Blue) = 245+119+151=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F57797 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57797 is #0A8868. Grayscale: #A0A0A0. Windows color (decimal): -690281 or 9926645. OLE color: 9926645.
HSL color Cylindrical-coordinate representation of color #F57797: hue angle of 344.76º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57797 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 151 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.04 |
| HSL | 344.76º | 0.86% | 0.71% | - |
| HSV(B) | 344.76º | 0.51% | 0.96% | - |
| XYZ | 49.84 | 34.84 | 33.38 | - |
| YUV | 160.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 151 | 0 | 0.51 | 0.38 | 0.04 | 344.76 | 0.86 | 0.71 |
| Hex | F5 | 77 | 97 | 0 | 33 | 26 | 4 | 159 | 56 | 47 |
| Octal | 365 | 167 | 227 | 0 | 63 | 46 | 4 | 531 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10010111 | 0 | 110011 | 100110 | 100 | 101011001 | 1010110 | 1000111 |
Color Harmonies of #F57797
Complementary color
Monochromatic Colors of #F57797
Black with #F57797
Text Example
Text Example
White with #F57797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57797; }
p { color: rgb(245,119,151); }
H1.HeaderClassName
{
color: #F57797;
}
.AnyTagClassName
{
color: #F57797;
}
</style>
background-color css
<style>
a { background-color: #F57797; }
a { background-color: rgb(245,119,151); }
div.DivClassName
{
background-color: #F57797;
}
.BgClassName
{
background-color: #F57797;
}
</style>
border-color css
<style>
span { border-color: #F57797; }
span { border-color: rgb(245,119,151); }
td.TdClassName
{
border-color: #F57797;
}
.TagClassName
{
border-color: #F57797;
}
</style>