Shades of Carissma #F77B8C
Tints of Carissma #F77B8C
RGB
CMYK
RGB Variations
Color information
#F77B8C (or 0xF77B8C) is known color: Carissma. HEX triplet: F7, 7B and 8C. RGB value is (247,123,140). Sum of RGB (Red+Green+Blue) = 247+123+140=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77B8C is #088473. Grayscale: #A2A2A2. Windows color (decimal): -558196 or 9206775. OLE color: 9206775.
HSL color Cylindrical-coordinate representation of color #F77B8C: hue angle of 351.77º 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 #F77B8C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 140 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.03 |
| HSL | 351.77º | 0.89% | 0.73% | - |
| HSV(B) | 351.77º | 0.5% | 0.97% | - |
| XYZ | 50.17 | 35.83 | 29.08 | - |
| YUV | 162.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 140 | 0 | 0.50 | 0.43 | 0.03 | 351.77 | 0.89 | 0.73 |
| Hex | F7 | 7B | 8C | 0 | 32 | 2B | 3 | 160 | 59 | 49 |
| Octal | 367 | 173 | 214 | 0 | 62 | 53 | 3 | 540 | 131 | 111 |
| Binary | 11110111 | 1111011 | 10001100 | 0 | 110010 | 101011 | 11 | 101100000 | 1011001 | 1001001 |
Color Harmonies of #F77B8C
Complementary color
Monochromatic Colors of #F77B8C
Black with #F77B8C
Text Example
Text Example
White with #F77B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B8C; }
p { color: rgb(247,123,140); }
H1.HeaderClassName
{
color: #F77B8C;
}
.AnyTagClassName
{
color: #F77B8C;
}
</style>
background-color css
<style>
a { background-color: #F77B8C; }
a { background-color: rgb(247,123,140); }
div.DivClassName
{
background-color: #F77B8C;
}
.BgClassName
{
background-color: #F77B8C;
}
</style>
border-color css
<style>
span { border-color: #F77B8C; }
span { border-color: rgb(247,123,140); }
td.TdClassName
{
border-color: #F77B8C;
}
.TagClassName
{
border-color: #F77B8C;
}
</style>