Shades of Carissma #F77C88
Tints of Carissma #F77C88
RGB
CMYK
RGB Variations
Color information
#F77C88 (or 0xF77C88) is known color: Carissma. HEX triplet: F7, 7C and 88. RGB value is (247,124,136). Sum of RGB (Red+Green+Blue) = 247+124+136=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C88 is #088377. Grayscale: #A2A2A2. Windows color (decimal): -557944 or 8944887. OLE color: 8944887.
HSL color Cylindrical-coordinate representation of color #F77C88: hue angle of 354.15º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77C88 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 136 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.03 |
| HSL | 354.15º | 0.88% | 0.73% | - |
| HSV(B) | 354.15º | 0.5% | 0.97% | - |
| XYZ | 50.01 | 35.97 | 27.6 | - |
| YUV | 162.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 136 | 0 | 0.50 | 0.45 | 0.03 | 354.15 | 0.88 | 0.73 |
| Hex | F7 | 7C | 88 | 0 | 32 | 2D | 3 | 162 | 58 | 49 |
| Octal | 367 | 174 | 210 | 0 | 62 | 55 | 3 | 542 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10001000 | 0 | 110010 | 101101 | 11 | 101100010 | 1011000 | 1001001 |
Color Harmonies of #F77C88
Complementary color
Monochromatic Colors of #F77C88
Black with #F77C88
Text Example
Text Example
White with #F77C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C88; }
p { color: rgb(247,124,136); }
H1.HeaderClassName
{
color: #F77C88;
}
.AnyTagClassName
{
color: #F77C88;
}
</style>
background-color css
<style>
a { background-color: #F77C88; }
a { background-color: rgb(247,124,136); }
div.DivClassName
{
background-color: #F77C88;
}
.BgClassName
{
background-color: #F77C88;
}
</style>
border-color css
<style>
span { border-color: #F77C88; }
span { border-color: rgb(247,124,136); }
td.TdClassName
{
border-color: #F77C88;
}
.TagClassName
{
border-color: #F77C88;
}
</style>