Shades of Carissma #F57796
Tints of Carissma #F57796
RGB
CMYK
RGB Variations
Color information
#F57796 (or 0xF57796) is known color: Carissma. HEX triplet: F5, 77 and 96. RGB value is (245,119,150). Sum of RGB (Red+Green+Blue) = 245+119+150=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F57796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57796 is #0A8869. Grayscale: #A0A0A0. Windows color (decimal): -690282 or 9861109. OLE color: 9861109.
HSL color Cylindrical-coordinate representation of color #F57796: hue angle of 345.24º 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 #F57796 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 150 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.04 |
| HSL | 345.24º | 0.86% | 0.71% | - |
| HSV(B) | 345.24º | 0.51% | 0.96% | - |
| XYZ | 49.76 | 34.81 | 32.95 | - |
| YUV | 160.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 150 | 0 | 0.51 | 0.39 | 0.04 | 345.24 | 0.86 | 0.71 |
| Hex | F5 | 77 | 96 | 0 | 33 | 27 | 4 | 159 | 56 | 47 |
| Octal | 365 | 167 | 226 | 0 | 63 | 47 | 4 | 531 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10010110 | 0 | 110011 | 100111 | 100 | 101011001 | 1010110 | 1000111 |
Color Harmonies of #F57796
Complementary color
Monochromatic Colors of #F57796
Black with #F57796
Text Example
Text Example
White with #F57796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57796; }
p { color: rgb(245,119,150); }
H1.HeaderClassName
{
color: #F57796;
}
.AnyTagClassName
{
color: #F57796;
}
</style>
background-color css
<style>
a { background-color: #F57796; }
a { background-color: rgb(245,119,150); }
div.DivClassName
{
background-color: #F57796;
}
.BgClassName
{
background-color: #F57796;
}
</style>
border-color css
<style>
span { border-color: #F57796; }
span { border-color: rgb(245,119,150); }
td.TdClassName
{
border-color: #F57796;
}
.TagClassName
{
border-color: #F57796;
}
</style>