Shades of Carissma #F77B96
Tints of Carissma #F77B96
RGB
CMYK
RGB Variations
Color information
#F77B96 (or 0xF77B96) is known color: Carissma. HEX triplet: F7, 7B and 96. RGB value is (247,123,150). Sum of RGB (Red+Green+Blue) = 247+123+150=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77B96 is #088469. Grayscale: #A3A3A3. Windows color (decimal): -558186 or 9862135. OLE color: 9862135.
HSL color Cylindrical-coordinate representation of color #F77B96: hue angle of 346.94º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77B96 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 150 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.03 |
| HSL | 346.94º | 0.89% | 0.73% | - |
| HSV(B) | 346.94º | 0.5% | 0.97% | - |
| XYZ | 50.95 | 36.14 | 33.15 | - |
| YUV | 163.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 150 | 0 | 0.50 | 0.39 | 0.03 | 346.94 | 0.89 | 0.73 |
| Hex | F7 | 7B | 96 | 0 | 32 | 27 | 3 | 15B | 59 | 49 |
| Octal | 367 | 173 | 226 | 0 | 62 | 47 | 3 | 533 | 131 | 111 |
| Binary | 11110111 | 1111011 | 10010110 | 0 | 110010 | 100111 | 11 | 101011011 | 1011001 | 1001001 |
Color Harmonies of #F77B96
Complementary color
Monochromatic Colors of #F77B96
Black with #F77B96
Text Example
Text Example
White with #F77B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B96; }
p { color: rgb(247,123,150); }
H1.HeaderClassName
{
color: #F77B96;
}
.AnyTagClassName
{
color: #F77B96;
}
</style>
background-color css
<style>
a { background-color: #F77B96; }
a { background-color: rgb(247,123,150); }
div.DivClassName
{
background-color: #F77B96;
}
.BgClassName
{
background-color: #F77B96;
}
</style>
border-color css
<style>
span { border-color: #F77B96; }
span { border-color: rgb(247,123,150); }
td.TdClassName
{
border-color: #F77B96;
}
.TagClassName
{
border-color: #F77B96;
}
</style>