Shades of Carissma #F8778C
Tints of Carissma #F8778C
RGB
CMYK
RGB Variations
Color information
#F8778C (or 0xF8778C) is known color: Carissma. HEX triplet: F8, 77 and 8C. RGB value is (248,119,140). Sum of RGB (Red+Green+Blue) = 248+119+140=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8778C is #078873. Grayscale: #A0A0A0. Windows color (decimal): -493684 or 9205752. OLE color: 9205752.
HSL color Cylindrical-coordinate representation of color #F8778C: hue angle of 350.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8778C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 140 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.03 |
| HSL | 350.23º | 0.9% | 0.72% | - |
| HSV(B) | 350.23º | 0.52% | 0.97% | - |
| XYZ | 50.04 | 35.04 | 28.94 | - |
| YUV | 159.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 140 | 0 | 0.52 | 0.44 | 0.03 | 350.23 | 0.9 | 0.72 |
| Hex | F8 | 77 | 8C | 0 | 34 | 2C | 3 | 15E | 5A | 48 |
| Octal | 370 | 167 | 214 | 0 | 64 | 54 | 3 | 536 | 132 | 110 |
| Binary | 11111000 | 1110111 | 10001100 | 0 | 110100 | 101100 | 11 | 101011110 | 1011010 | 1001000 |
Color Harmonies of #F8778C
Complementary color
Monochromatic Colors of #F8778C
Black with #F8778C
Text Example
Text Example
White with #F8778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8778C; }
p { color: rgb(248,119,140); }
H1.HeaderClassName
{
color: #F8778C;
}
.AnyTagClassName
{
color: #F8778C;
}
</style>
background-color css
<style>
a { background-color: #F8778C; }
a { background-color: rgb(248,119,140); }
div.DivClassName
{
background-color: #F8778C;
}
.BgClassName
{
background-color: #F8778C;
}
</style>
border-color css
<style>
span { border-color: #F8778C; }
span { border-color: rgb(248,119,140); }
td.TdClassName
{
border-color: #F8778C;
}
.TagClassName
{
border-color: #F8778C;
}
</style>