Shades of Carissma #F77A89
Tints of Carissma #F77A89
RGB
CMYK
RGB Variations
Color information
#F77A89 (or 0xF77A89) is known color: Carissma. HEX triplet: F7, 7A and 89. RGB value is (247,122,137). Sum of RGB (Red+Green+Blue) = 247+122+137=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A89 is #088576. Grayscale: #A1A1A1. Windows color (decimal): -558455 or 9009911. OLE color: 9009911.
HSL color Cylindrical-coordinate representation of color #F77A89: hue angle of 352.8º 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 #F77A89 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 137 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.03 |
| HSL | 352.8º | 0.89% | 0.72% | - |
| HSV(B) | 352.8º | 0.51% | 0.97% | - |
| XYZ | 49.83 | 35.5 | 27.89 | - |
| YUV | 161.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 137 | 0 | 0.51 | 0.45 | 0.03 | 352.8 | 0.89 | 0.72 |
| Hex | F7 | 7A | 89 | 0 | 33 | 2D | 3 | 161 | 59 | 48 |
| Octal | 367 | 172 | 211 | 0 | 63 | 55 | 3 | 541 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10001001 | 0 | 110011 | 101101 | 11 | 101100001 | 1011001 | 1001000 |
Color Harmonies of #F77A89
Complementary color
Monochromatic Colors of #F77A89
Black with #F77A89
Text Example
Text Example
White with #F77A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A89; }
p { color: rgb(247,122,137); }
H1.HeaderClassName
{
color: #F77A89;
}
.AnyTagClassName
{
color: #F77A89;
}
</style>
background-color css
<style>
a { background-color: #F77A89; }
a { background-color: rgb(247,122,137); }
div.DivClassName
{
background-color: #F77A89;
}
.BgClassName
{
background-color: #F77A89;
}
</style>
border-color css
<style>
span { border-color: #F77A89; }
span { border-color: rgb(247,122,137); }
td.TdClassName
{
border-color: #F77A89;
}
.TagClassName
{
border-color: #F77A89;
}
</style>