Shades of Carissma #F77C87
Tints of Carissma #F77C87
RGB
CMYK
RGB Variations
Color information
#F77C87 (or 0xF77C87) is known color: Carissma. HEX triplet: F7, 7C and 87. RGB value is (247,124,135). Sum of RGB (Red+Green+Blue) = 247+124+135=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C87 is #088378. Grayscale: #A2A2A2. Windows color (decimal): -557945 or 8879351. OLE color: 8879351.
HSL color Cylindrical-coordinate representation of color #F77C87: hue angle of 354.63º degrees, saturation: 0.88, 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 #F77C87 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 135 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.03 |
| HSL | 354.63º | 0.88% | 0.73% | - |
| HSV(B) | 354.63º | 0.5% | 0.97% | - |
| XYZ | 49.94 | 35.94 | 27.23 | - |
| YUV | 162.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 135 | 0 | 0.50 | 0.45 | 0.03 | 354.63 | 0.88 | 0.73 |
| Hex | F7 | 7C | 87 | 0 | 32 | 2D | 3 | 163 | 58 | 49 |
| Octal | 367 | 174 | 207 | 0 | 62 | 55 | 3 | 543 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10000111 | 0 | 110010 | 101101 | 11 | 101100011 | 1011000 | 1001001 |
Color Harmonies of #F77C87
Complementary color
Monochromatic Colors of #F77C87
Black with #F77C87
Text Example
Text Example
White with #F77C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C87; }
p { color: rgb(247,124,135); }
H1.HeaderClassName
{
color: #F77C87;
}
.AnyTagClassName
{
color: #F77C87;
}
</style>
background-color css
<style>
a { background-color: #F77C87; }
a { background-color: rgb(247,124,135); }
div.DivClassName
{
background-color: #F77C87;
}
.BgClassName
{
background-color: #F77C87;
}
</style>
border-color css
<style>
span { border-color: #F77C87; }
span { border-color: rgb(247,124,135); }
td.TdClassName
{
border-color: #F77C87;
}
.TagClassName
{
border-color: #F77C87;
}
</style>