Shades of Carissma #F77D84
Tints of Carissma #F77D84
RGB
CMYK
RGB Variations
Color information
#F77D84 (or 0xF77D84) is known color: Carissma. HEX triplet: F7, 7D and 84. RGB value is (247,125,132). Sum of RGB (Red+Green+Blue) = 247+125+132=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D84 is #08827B. Grayscale: #A2A2A2. Windows color (decimal): -557692 or 8682999. OLE color: 8682999.
HSL color Cylindrical-coordinate representation of color #F77D84: hue angle of 356.56º 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 #F77D84 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 132 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.03 |
| HSL | 356.56º | 0.88% | 0.73% | - |
| HSV(B) | 356.56º | 0.49% | 0.97% | - |
| XYZ | 49.86 | 36.11 | 26.17 | - |
| YUV | 162.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 132 | 0 | 0.49 | 0.47 | 0.03 | 356.56 | 0.88 | 0.73 |
| Hex | F7 | 7D | 84 | 0 | 31 | 2F | 3 | 165 | 58 | 49 |
| Octal | 367 | 175 | 204 | 0 | 61 | 57 | 3 | 545 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10000100 | 0 | 110001 | 101111 | 11 | 101100101 | 1011000 | 1001001 |
Color Harmonies of #F77D84
Complementary color
Monochromatic Colors of #F77D84
Black with #F77D84
Text Example
Text Example
White with #F77D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D84; }
p { color: rgb(247,125,132); }
H1.HeaderClassName
{
color: #F77D84;
}
.AnyTagClassName
{
color: #F77D84;
}
</style>
background-color css
<style>
a { background-color: #F77D84; }
a { background-color: rgb(247,125,132); }
div.DivClassName
{
background-color: #F77D84;
}
.BgClassName
{
background-color: #F77D84;
}
</style>
border-color css
<style>
span { border-color: #F77D84; }
span { border-color: rgb(247,125,132); }
td.TdClassName
{
border-color: #F77D84;
}
.TagClassName
{
border-color: #F77D84;
}
</style>