Shades of Carissma #F7788A
Tints of Carissma #F7788A
RGB
CMYK
RGB Variations
Color information
#F7788A (or 0xF7788A) is known color: Carissma. HEX triplet: F7, 78 and 8A. RGB value is (247,120,138). Sum of RGB (Red+Green+Blue) = 247+120+138=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7788A is #088775. Grayscale: #A0A0A0. Windows color (decimal): -558966 or 9074935. OLE color: 9074935.
HSL color Cylindrical-coordinate representation of color #F7788A: hue angle of 351.5º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7788A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 138 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.03 |
| HSL | 351.5º | 0.89% | 0.72% | - |
| HSV(B) | 351.5º | 0.51% | 0.97% | - |
| XYZ | 49.66 | 35.04 | 28.19 | - |
| YUV | 160.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 138 | 0 | 0.51 | 0.44 | 0.03 | 351.5 | 0.89 | 0.72 |
| Hex | F7 | 78 | 8A | 0 | 33 | 2C | 3 | 15F | 59 | 48 |
| Octal | 367 | 170 | 212 | 0 | 63 | 54 | 3 | 537 | 131 | 110 |
| Binary | 11110111 | 1111000 | 10001010 | 0 | 110011 | 101100 | 11 | 101011111 | 1011001 | 1001000 |
Color Harmonies of #F7788A
Complementary color
Monochromatic Colors of #F7788A
Black with #F7788A
Text Example
Text Example
White with #F7788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7788A; }
p { color: rgb(247,120,138); }
H1.HeaderClassName
{
color: #F7788A;
}
.AnyTagClassName
{
color: #F7788A;
}
</style>
background-color css
<style>
a { background-color: #F7788A; }
a { background-color: rgb(247,120,138); }
div.DivClassName
{
background-color: #F7788A;
}
.BgClassName
{
background-color: #F7788A;
}
</style>
border-color css
<style>
span { border-color: #F7788A; }
span { border-color: rgb(247,120,138); }
td.TdClassName
{
border-color: #F7788A;
}
.TagClassName
{
border-color: #F7788A;
}
</style>