Shades of Carissma #F77A88
Tints of Carissma #F77A88
RGB
CMYK
RGB Variations
Color information
#F77A88 (or 0xF77A88) is known color: Carissma. HEX triplet: F7, 7A and 88. RGB value is (247,122,136). Sum of RGB (Red+Green+Blue) = 247+122+136=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A88 is #088577. Grayscale: #A1A1A1. Windows color (decimal): -558456 or 8944375. OLE color: 8944375.
HSL color Cylindrical-coordinate representation of color #F77A88: hue angle of 353.28º 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 #F77A88 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 136 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.03 |
| HSL | 353.28º | 0.89% | 0.72% | - |
| HSV(B) | 353.28º | 0.51% | 0.97% | - |
| XYZ | 49.76 | 35.47 | 27.52 | - |
| YUV | 160.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 136 | 0 | 0.51 | 0.45 | 0.03 | 353.28 | 0.89 | 0.72 |
| Hex | F7 | 7A | 88 | 0 | 33 | 2D | 3 | 161 | 59 | 48 |
| Octal | 367 | 172 | 210 | 0 | 63 | 55 | 3 | 541 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10001000 | 0 | 110011 | 101101 | 11 | 101100001 | 1011001 | 1001000 |
Color Harmonies of #F77A88
Complementary color
Monochromatic Colors of #F77A88
Black with #F77A88
Text Example
Text Example
White with #F77A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A88; }
p { color: rgb(247,122,136); }
H1.HeaderClassName
{
color: #F77A88;
}
.AnyTagClassName
{
color: #F77A88;
}
</style>
background-color css
<style>
a { background-color: #F77A88; }
a { background-color: rgb(247,122,136); }
div.DivClassName
{
background-color: #F77A88;
}
.BgClassName
{
background-color: #F77A88;
}
</style>
border-color css
<style>
span { border-color: #F77A88; }
span { border-color: rgb(247,122,136); }
td.TdClassName
{
border-color: #F77A88;
}
.TagClassName
{
border-color: #F77A88;
}
</style>