Shades of Carissma #F77D89
Tints of Carissma #F77D89
RGB
CMYK
RGB Variations
Color information
#F77D89 (or 0xF77D89) is known color: Carissma. HEX triplet: F7, 7D and 89. RGB value is (247,125,137). Sum of RGB (Red+Green+Blue) = 247+125+137=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D89 is #088276. Grayscale: #A2A2A2. Windows color (decimal): -557687 or 9010679. OLE color: 9010679.
HSL color Cylindrical-coordinate representation of color #F77D89: hue angle of 354.1º 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 #F77D89 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 137 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.03 |
| HSL | 354.1º | 0.88% | 0.73% | - |
| HSV(B) | 354.1º | 0.49% | 0.97% | - |
| XYZ | 50.21 | 36.25 | 28.02 | - |
| YUV | 162.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 137 | 0 | 0.49 | 0.45 | 0.03 | 354.1 | 0.88 | 0.73 |
| Hex | F7 | 7D | 89 | 0 | 31 | 2D | 3 | 162 | 58 | 49 |
| Octal | 367 | 175 | 211 | 0 | 61 | 55 | 3 | 542 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10001001 | 0 | 110001 | 101101 | 11 | 101100010 | 1011000 | 1001001 |
Color Harmonies of #F77D89
Complementary color
Monochromatic Colors of #F77D89
Black with #F77D89
Text Example
Text Example
White with #F77D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D89; }
p { color: rgb(247,125,137); }
H1.HeaderClassName
{
color: #F77D89;
}
.AnyTagClassName
{
color: #F77D89;
}
</style>
background-color css
<style>
a { background-color: #F77D89; }
a { background-color: rgb(247,125,137); }
div.DivClassName
{
background-color: #F77D89;
}
.BgClassName
{
background-color: #F77D89;
}
</style>
border-color css
<style>
span { border-color: #F77D89; }
span { border-color: rgb(247,125,137); }
td.TdClassName
{
border-color: #F77D89;
}
.TagClassName
{
border-color: #F77D89;
}
</style>