Shades of Carissma #F77D86
Tints of Carissma #F77D86
RGB
CMYK
RGB Variations
Color information
#F77D86 (or 0xF77D86) is known color: Carissma. HEX triplet: F7, 7D and 86. RGB value is (247,125,134). Sum of RGB (Red+Green+Blue) = 247+125+134=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D86 is #088279. Grayscale: #A2A2A2. Windows color (decimal): -557690 or 8814071. OLE color: 8814071.
HSL color Cylindrical-coordinate representation of color #F77D86: hue angle of 355.57º 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 #F77D86 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 134 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.03 |
| HSL | 355.57º | 0.88% | 0.73% | - |
| HSV(B) | 355.57º | 0.49% | 0.97% | - |
| XYZ | 49.99 | 36.16 | 26.9 | - |
| YUV | 162.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 134 | 0 | 0.49 | 0.46 | 0.03 | 355.57 | 0.88 | 0.73 |
| Hex | F7 | 7D | 86 | 0 | 31 | 2E | 3 | 164 | 58 | 49 |
| Octal | 367 | 175 | 206 | 0 | 61 | 56 | 3 | 544 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10000110 | 0 | 110001 | 101110 | 11 | 101100100 | 1011000 | 1001001 |
Color Harmonies of #F77D86
Complementary color
Monochromatic Colors of #F77D86
Black with #F77D86
Text Example
Text Example
White with #F77D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D86; }
p { color: rgb(247,125,134); }
H1.HeaderClassName
{
color: #F77D86;
}
.AnyTagClassName
{
color: #F77D86;
}
</style>
background-color css
<style>
a { background-color: #F77D86; }
a { background-color: rgb(247,125,134); }
div.DivClassName
{
background-color: #F77D86;
}
.BgClassName
{
background-color: #F77D86;
}
</style>
border-color css
<style>
span { border-color: #F77D86; }
span { border-color: rgb(247,125,134); }
td.TdClassName
{
border-color: #F77D86;
}
.TagClassName
{
border-color: #F77D86;
}
</style>