Shades of Carissma #F5798D
Tints of Carissma #F5798D
RGB
CMYK
RGB Variations
Color information
#F5798D (or 0xF5798D) is known color: Carissma. HEX triplet: F5, 79 and 8D. RGB value is (245,121,141). Sum of RGB (Red+Green+Blue) = 245+121+141=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5798D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5798D is #0A8672. Grayscale: #A0A0A0. Windows color (decimal): -689779 or 9271797. OLE color: 9271797.
HSL color Cylindrical-coordinate representation of color #F5798D: hue angle of 350.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5798D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 141 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.04 |
| HSL | 350.32º | 0.86% | 0.72% | - |
| HSV(B) | 350.32º | 0.51% | 0.96% | - |
| XYZ | 49.3 | 35.01 | 29.36 | - |
| YUV | 160.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 141 | 0 | 0.51 | 0.42 | 0.04 | 350.32 | 0.86 | 0.72 |
| Hex | F5 | 79 | 8D | 0 | 33 | 2A | 4 | 15E | 56 | 48 |
| Octal | 365 | 171 | 215 | 0 | 63 | 52 | 4 | 536 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10001101 | 0 | 110011 | 101010 | 100 | 101011110 | 1010110 | 1001000 |
Color Harmonies of #F5798D
Complementary color
Monochromatic Colors of #F5798D
Black with #F5798D
Text Example
Text Example
White with #F5798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5798D; }
p { color: rgb(245,121,141); }
H1.HeaderClassName
{
color: #F5798D;
}
.AnyTagClassName
{
color: #F5798D;
}
</style>
background-color css
<style>
a { background-color: #F5798D; }
a { background-color: rgb(245,121,141); }
div.DivClassName
{
background-color: #F5798D;
}
.BgClassName
{
background-color: #F5798D;
}
</style>
border-color css
<style>
span { border-color: #F5798D; }
span { border-color: rgb(245,121,141); }
td.TdClassName
{
border-color: #F5798D;
}
.TagClassName
{
border-color: #F5798D;
}
</style>