Shades of Carissma #F77D88
Tints of Carissma #F77D88
RGB
CMYK
RGB Variations
Color information
#F77D88 (or 0xF77D88) is known color: Carissma. HEX triplet: F7, 7D and 88. RGB value is (247,125,136). Sum of RGB (Red+Green+Blue) = 247+125+136=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D88 is #088277. Grayscale: #A2A2A2. Windows color (decimal): -557688 or 8945143. OLE color: 8945143.
HSL color Cylindrical-coordinate representation of color #F77D88: hue angle of 354.59º 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 #F77D88 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 136 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.03 |
| HSL | 354.59º | 0.88% | 0.73% | - |
| HSV(B) | 354.59º | 0.49% | 0.97% | - |
| XYZ | 50.14 | 36.22 | 27.64 | - |
| YUV | 162.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 136 | 0 | 0.49 | 0.45 | 0.03 | 354.59 | 0.88 | 0.73 |
| Hex | F7 | 7D | 88 | 0 | 31 | 2D | 3 | 163 | 58 | 49 |
| Octal | 367 | 175 | 210 | 0 | 61 | 55 | 3 | 543 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10001000 | 0 | 110001 | 101101 | 11 | 101100011 | 1011000 | 1001001 |
Color Harmonies of #F77D88
Complementary color
Monochromatic Colors of #F77D88
Black with #F77D88
Text Example
Text Example
White with #F77D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D88; }
p { color: rgb(247,125,136); }
H1.HeaderClassName
{
color: #F77D88;
}
.AnyTagClassName
{
color: #F77D88;
}
</style>
background-color css
<style>
a { background-color: #F77D88; }
a { background-color: rgb(247,125,136); }
div.DivClassName
{
background-color: #F77D88;
}
.BgClassName
{
background-color: #F77D88;
}
</style>
border-color css
<style>
span { border-color: #F77D88; }
span { border-color: rgb(247,125,136); }
td.TdClassName
{
border-color: #F77D88;
}
.TagClassName
{
border-color: #F77D88;
}
</style>