Shades of Carissma #F8788A
Tints of Carissma #F8788A
RGB
CMYK
RGB Variations
Color information
#F8788A (or 0xF8788A) is known color: Carissma. HEX triplet: F8, 78 and 8A. RGB value is (248,120,138). Sum of RGB (Red+Green+Blue) = 248+120+138=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8788A is #078775. Grayscale: #A0A0A0. Windows color (decimal): -493430 or 9074936. OLE color: 9074936.
HSL color Cylindrical-coordinate representation of color #F8788A: hue angle of 351.56º 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 #F8788A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 138 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.03 |
| HSL | 351.56º | 0.9% | 0.72% | - |
| HSV(B) | 351.56º | 0.52% | 0.97% | - |
| XYZ | 50.02 | 35.22 | 28.21 | - |
| YUV | 160.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 138 | 0 | 0.52 | 0.44 | 0.03 | 351.56 | 0.9 | 0.72 |
| Hex | F8 | 78 | 8A | 0 | 34 | 2C | 3 | 160 | 5A | 48 |
| Octal | 370 | 170 | 212 | 0 | 64 | 54 | 3 | 540 | 132 | 110 |
| Binary | 11111000 | 1111000 | 10001010 | 0 | 110100 | 101100 | 11 | 101100000 | 1011010 | 1001000 |
Color Harmonies of #F8788A
Complementary color
Monochromatic Colors of #F8788A
Black with #F8788A
Text Example
Text Example
White with #F8788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8788A; }
p { color: rgb(248,120,138); }
H1.HeaderClassName
{
color: #F8788A;
}
.AnyTagClassName
{
color: #F8788A;
}
</style>
background-color css
<style>
a { background-color: #F8788A; }
a { background-color: rgb(248,120,138); }
div.DivClassName
{
background-color: #F8788A;
}
.BgClassName
{
background-color: #F8788A;
}
</style>
border-color css
<style>
span { border-color: #F8788A; }
span { border-color: rgb(248,120,138); }
td.TdClassName
{
border-color: #F8788A;
}
.TagClassName
{
border-color: #F8788A;
}
</style>