Shades of Carissma #F8788D
Tints of Carissma #F8788D
RGB
CMYK
RGB Variations
Color information
#F8788D (or 0xF8788D) is known color: Carissma. HEX triplet: F8, 78 and 8D. RGB value is (248,120,141). Sum of RGB (Red+Green+Blue) = 248+120+141=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8788D is #078772. Grayscale: #A0A0A0. Windows color (decimal): -493427 or 9271544. OLE color: 9271544.
HSL color Cylindrical-coordinate representation of color #F8788D: hue angle of 350.16º 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 #F8788D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 141 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.03 |
| HSL | 350.16º | 0.9% | 0.72% | - |
| HSV(B) | 350.16º | 0.52% | 0.97% | - |
| XYZ | 50.24 | 35.31 | 29.37 | - |
| YUV | 160.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 141 | 0 | 0.52 | 0.43 | 0.03 | 350.16 | 0.9 | 0.72 |
| Hex | F8 | 78 | 8D | 0 | 34 | 2B | 3 | 15E | 5A | 48 |
| Octal | 370 | 170 | 215 | 0 | 64 | 53 | 3 | 536 | 132 | 110 |
| Binary | 11111000 | 1111000 | 10001101 | 0 | 110100 | 101011 | 11 | 101011110 | 1011010 | 1001000 |
Color Harmonies of #F8788D
Complementary color
Monochromatic Colors of #F8788D
Black with #F8788D
Text Example
Text Example
White with #F8788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8788D; }
p { color: rgb(248,120,141); }
H1.HeaderClassName
{
color: #F8788D;
}
.AnyTagClassName
{
color: #F8788D;
}
</style>
background-color css
<style>
a { background-color: #F8788D; }
a { background-color: rgb(248,120,141); }
div.DivClassName
{
background-color: #F8788D;
}
.BgClassName
{
background-color: #F8788D;
}
</style>
border-color css
<style>
span { border-color: #F8788D; }
span { border-color: rgb(248,120,141); }
td.TdClassName
{
border-color: #F8788D;
}
.TagClassName
{
border-color: #F8788D;
}
</style>