Shades of Carissma #F5788F
Tints of Carissma #F5788F
RGB
CMYK
RGB Variations
Color information
#F5788F (or 0xF5788F) is known color: Carissma. HEX triplet: F5, 78 and 8F. RGB value is (245,120,143). Sum of RGB (Red+Green+Blue) = 245+120+143=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5788F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5788F is #0A8770. Grayscale: #A0A0A0. Windows color (decimal): -690033 or 9402613. OLE color: 9402613.
HSL color Cylindrical-coordinate representation of color #F5788F: hue angle of 348.96º 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 #F5788F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 143 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.04 |
| HSL | 348.96º | 0.86% | 0.72% | - |
| HSV(B) | 348.96º | 0.51% | 0.96% | - |
| XYZ | 49.33 | 34.83 | 30.11 | - |
| YUV | 160 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 143 | 0 | 0.51 | 0.42 | 0.04 | 348.96 | 0.86 | 0.72 |
| Hex | F5 | 78 | 8F | 0 | 33 | 2A | 4 | 15D | 56 | 48 |
| Octal | 365 | 170 | 217 | 0 | 63 | 52 | 4 | 535 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10001111 | 0 | 110011 | 101010 | 100 | 101011101 | 1010110 | 1001000 |
Color Harmonies of #F5788F
Complementary color
Monochromatic Colors of #F5788F
Black with #F5788F
Text Example
Text Example
White with #F5788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5788F; }
p { color: rgb(245,120,143); }
H1.HeaderClassName
{
color: #F5788F;
}
.AnyTagClassName
{
color: #F5788F;
}
</style>
background-color css
<style>
a { background-color: #F5788F; }
a { background-color: rgb(245,120,143); }
div.DivClassName
{
background-color: #F5788F;
}
.BgClassName
{
background-color: #F5788F;
}
</style>
border-color css
<style>
span { border-color: #F5788F; }
span { border-color: rgb(245,120,143); }
td.TdClassName
{
border-color: #F5788F;
}
.TagClassName
{
border-color: #F5788F;
}
</style>