Shades of Carissma #F77C8C
Tints of Carissma #F77C8C
RGB
CMYK
RGB Variations
Color information
#F77C8C (or 0xF77C8C) is known color: Carissma. HEX triplet: F7, 7C and 8C. RGB value is (247,124,140). Sum of RGB (Red+Green+Blue) = 247+124+140=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C8C is #088373. Grayscale: #A2A2A2. Windows color (decimal): -557940 or 9207031. OLE color: 9207031.
HSL color Cylindrical-coordinate representation of color #F77C8C: hue angle of 352.2º 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 #F77C8C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 140 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.03 |
| HSL | 352.2º | 0.88% | 0.73% | - |
| HSV(B) | 352.2º | 0.5% | 0.97% | - |
| XYZ | 50.3 | 36.08 | 29.12 | - |
| YUV | 162.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 140 | 0 | 0.50 | 0.43 | 0.03 | 352.2 | 0.88 | 0.73 |
| Hex | F7 | 7C | 8C | 0 | 32 | 2B | 3 | 160 | 58 | 49 |
| Octal | 367 | 174 | 214 | 0 | 62 | 53 | 3 | 540 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10001100 | 0 | 110010 | 101011 | 11 | 101100000 | 1011000 | 1001001 |
Color Harmonies of #F77C8C
Complementary color
Monochromatic Colors of #F77C8C
Black with #F77C8C
Text Example
Text Example
White with #F77C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C8C; }
p { color: rgb(247,124,140); }
H1.HeaderClassName
{
color: #F77C8C;
}
.AnyTagClassName
{
color: #F77C8C;
}
</style>
background-color css
<style>
a { background-color: #F77C8C; }
a { background-color: rgb(247,124,140); }
div.DivClassName
{
background-color: #F77C8C;
}
.BgClassName
{
background-color: #F77C8C;
}
</style>
border-color css
<style>
span { border-color: #F77C8C; }
span { border-color: rgb(247,124,140); }
td.TdClassName
{
border-color: #F77C8C;
}
.TagClassName
{
border-color: #F77C8C;
}
</style>