Shades of Carissma #F77C8D
Tints of Carissma #F77C8D
RGB
CMYK
RGB Variations
Color information
#F77C8D (or 0xF77C8D) is known color: Carissma. HEX triplet: F7, 7C and 8D. RGB value is (247,124,141). Sum of RGB (Red+Green+Blue) = 247+124+141=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C8D is #088372. Grayscale: #A2A2A2. Windows color (decimal): -557939 or 9272567. OLE color: 9272567.
HSL color Cylindrical-coordinate representation of color #F77C8D: hue angle of 351.71º 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 #F77C8D is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 141 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.03 |
| HSL | 351.71º | 0.88% | 0.73% | - |
| HSV(B) | 351.71º | 0.5% | 0.97% | - |
| XYZ | 50.37 | 36.11 | 29.51 | - |
| YUV | 162.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 141 | 0 | 0.50 | 0.43 | 0.03 | 351.71 | 0.88 | 0.73 |
| Hex | F7 | 7C | 8D | 0 | 32 | 2B | 3 | 160 | 58 | 49 |
| Octal | 367 | 174 | 215 | 0 | 62 | 53 | 3 | 540 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10001101 | 0 | 110010 | 101011 | 11 | 101100000 | 1011000 | 1001001 |
Color Harmonies of #F77C8D
Complementary color
Monochromatic Colors of #F77C8D
Black with #F77C8D
Text Example
Text Example
White with #F77C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C8D; }
p { color: rgb(247,124,141); }
H1.HeaderClassName
{
color: #F77C8D;
}
.AnyTagClassName
{
color: #F77C8D;
}
</style>
background-color css
<style>
a { background-color: #F77C8D; }
a { background-color: rgb(247,124,141); }
div.DivClassName
{
background-color: #F77C8D;
}
.BgClassName
{
background-color: #F77C8D;
}
</style>
border-color css
<style>
span { border-color: #F77C8D; }
span { border-color: rgb(247,124,141); }
td.TdClassName
{
border-color: #F77C8D;
}
.TagClassName
{
border-color: #F77C8D;
}
</style>