Shades of Carissma #F8788B
Tints of Carissma #F8788B
RGB
CMYK
RGB Variations
Color information
#F8788B (or 0xF8788B) is known color: Carissma. HEX triplet: F8, 78 and 8B. RGB value is (248,120,139). Sum of RGB (Red+Green+Blue) = 248+120+139=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8788B is #078774. Grayscale: #A0A0A0. Windows color (decimal): -493429 or 9140472. OLE color: 9140472.
HSL color Cylindrical-coordinate representation of color #F8788B: hue angle of 351.09º 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 #F8788B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 139 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.03 |
| HSL | 351.09º | 0.9% | 0.72% | - |
| HSV(B) | 351.09º | 0.52% | 0.97% | - |
| XYZ | 50.09 | 35.25 | 28.59 | - |
| YUV | 160.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 139 | 0 | 0.52 | 0.44 | 0.03 | 351.09 | 0.9 | 0.72 |
| Hex | F8 | 78 | 8B | 0 | 34 | 2C | 3 | 15F | 5A | 48 |
| Octal | 370 | 170 | 213 | 0 | 64 | 54 | 3 | 537 | 132 | 110 |
| Binary | 11111000 | 1111000 | 10001011 | 0 | 110100 | 101100 | 11 | 101011111 | 1011010 | 1001000 |
Color Harmonies of #F8788B
Complementary color
Monochromatic Colors of #F8788B
Black with #F8788B
Text Example
Text Example
White with #F8788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8788B; }
p { color: rgb(248,120,139); }
H1.HeaderClassName
{
color: #F8788B;
}
.AnyTagClassName
{
color: #F8788B;
}
</style>
background-color css
<style>
a { background-color: #F8788B; }
a { background-color: rgb(248,120,139); }
div.DivClassName
{
background-color: #F8788B;
}
.BgClassName
{
background-color: #F8788B;
}
</style>
border-color css
<style>
span { border-color: #F8788B; }
span { border-color: rgb(248,120,139); }
td.TdClassName
{
border-color: #F8788B;
}
.TagClassName
{
border-color: #F8788B;
}
</style>