Shades of Carissma #F77A86
Tints of Carissma #F77A86
RGB
CMYK
RGB Variations
Color information
#F77A86 (or 0xF77A86) is known color: Carissma. HEX triplet: F7, 7A and 86. RGB value is (247,122,134). Sum of RGB (Red+Green+Blue) = 247+122+134=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A86 is #088579. Grayscale: #A0A0A0. Windows color (decimal): -558458 or 8813303. OLE color: 8813303.
HSL color Cylindrical-coordinate representation of color #F77A86: hue angle of 354.24º 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 #F77A86 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 134 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.03 |
| HSL | 354.24º | 0.89% | 0.72% | - |
| HSV(B) | 354.24º | 0.51% | 0.97% | - |
| XYZ | 49.62 | 35.41 | 26.77 | - |
| YUV | 160.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 134 | 0 | 0.51 | 0.46 | 0.03 | 354.24 | 0.89 | 0.72 |
| Hex | F7 | 7A | 86 | 0 | 33 | 2E | 3 | 162 | 59 | 48 |
| Octal | 367 | 172 | 206 | 0 | 63 | 56 | 3 | 542 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10000110 | 0 | 110011 | 101110 | 11 | 101100010 | 1011001 | 1001000 |
Color Harmonies of #F77A86
Complementary color
Monochromatic Colors of #F77A86
Black with #F77A86
Text Example
Text Example
White with #F77A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A86; }
p { color: rgb(247,122,134); }
H1.HeaderClassName
{
color: #F77A86;
}
.AnyTagClassName
{
color: #F77A86;
}
</style>
background-color css
<style>
a { background-color: #F77A86; }
a { background-color: rgb(247,122,134); }
div.DivClassName
{
background-color: #F77A86;
}
.BgClassName
{
background-color: #F77A86;
}
</style>
border-color css
<style>
span { border-color: #F77A86; }
span { border-color: rgb(247,122,134); }
td.TdClassName
{
border-color: #F77A86;
}
.TagClassName
{
border-color: #F77A86;
}
</style>