Shades of Carissma #F7788D
Tints of Carissma #F7788D
RGB
CMYK
RGB Variations
Color information
#F7788D (or 0xF7788D) is known color: Carissma. HEX triplet: F7, 78 and 8D. RGB value is (247,120,141). Sum of RGB (Red+Green+Blue) = 247+120+141=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7788D is #088772. Grayscale: #A0A0A0. Windows color (decimal): -558963 or 9271543. OLE color: 9271543.
HSL color Cylindrical-coordinate representation of color #F7788D: hue angle of 350.08º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7788D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 141 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.03 |
| HSL | 350.08º | 0.89% | 0.72% | - |
| HSV(B) | 350.08º | 0.51% | 0.97% | - |
| XYZ | 49.88 | 35.13 | 29.35 | - |
| YUV | 160.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 141 | 0 | 0.51 | 0.43 | 0.03 | 350.08 | 0.89 | 0.72 |
| Hex | F7 | 78 | 8D | 0 | 33 | 2B | 3 | 15E | 59 | 48 |
| Octal | 367 | 170 | 215 | 0 | 63 | 53 | 3 | 536 | 131 | 110 |
| Binary | 11110111 | 1111000 | 10001101 | 0 | 110011 | 101011 | 11 | 101011110 | 1011001 | 1001000 |
Color Harmonies of #F7788D
Complementary color
Monochromatic Colors of #F7788D
Black with #F7788D
Text Example
Text Example
White with #F7788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7788D; }
p { color: rgb(247,120,141); }
H1.HeaderClassName
{
color: #F7788D;
}
.AnyTagClassName
{
color: #F7788D;
}
</style>
background-color css
<style>
a { background-color: #F7788D; }
a { background-color: rgb(247,120,141); }
div.DivClassName
{
background-color: #F7788D;
}
.BgClassName
{
background-color: #F7788D;
}
</style>
border-color css
<style>
span { border-color: #F7788D; }
span { border-color: rgb(247,120,141); }
td.TdClassName
{
border-color: #F7788D;
}
.TagClassName
{
border-color: #F7788D;
}
</style>