Shades of Carissma #F77E88
Tints of Carissma #F77E88
RGB
CMYK
RGB Variations
Color information
#F77E88 (or 0xF77E88) is known color: Carissma. HEX triplet: F7, 7E and 88. RGB value is (247,126,136). Sum of RGB (Red+Green+Blue) = 247+126+136=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77E88 is #088177. Grayscale: #A3A3A3. Windows color (decimal): -557432 or 8945399. OLE color: 8945399.
HSL color Cylindrical-coordinate representation of color #F77E88: hue angle of 355.04º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77E88 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 136 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.03 |
| HSL | 355.04º | 0.88% | 0.73% | - |
| HSV(B) | 355.04º | 0.49% | 0.97% | - |
| XYZ | 50.26 | 36.47 | 27.68 | - |
| YUV | 163.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 136 | 0 | 0.49 | 0.45 | 0.03 | 355.04 | 0.88 | 0.73 |
| Hex | F7 | 7E | 88 | 0 | 31 | 2D | 3 | 163 | 58 | 49 |
| Octal | 367 | 176 | 210 | 0 | 61 | 55 | 3 | 543 | 130 | 111 |
| Binary | 11110111 | 1111110 | 10001000 | 0 | 110001 | 101101 | 11 | 101100011 | 1011000 | 1001001 |
Color Harmonies of #F77E88
Complementary color
Monochromatic Colors of #F77E88
Black with #F77E88
Text Example
Text Example
White with #F77E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E88; }
p { color: rgb(247,126,136); }
H1.HeaderClassName
{
color: #F77E88;
}
.AnyTagClassName
{
color: #F77E88;
}
</style>
background-color css
<style>
a { background-color: #F77E88; }
a { background-color: rgb(247,126,136); }
div.DivClassName
{
background-color: #F77E88;
}
.BgClassName
{
background-color: #F77E88;
}
</style>
border-color css
<style>
span { border-color: #F77E88; }
span { border-color: rgb(247,126,136); }
td.TdClassName
{
border-color: #F77E88;
}
.TagClassName
{
border-color: #F77E88;
}
</style>