Shades of Carissma #F7768C
Tints of Carissma #F7768C
RGB
CMYK
RGB Variations
Color information
#F7768C (or 0xF7768C) is known color: Carissma. HEX triplet: F7, 76 and 8C. RGB value is (247,118,140). Sum of RGB (Red+Green+Blue) = 247+118+140=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7768C is #088973. Grayscale: #9F9F9F. Windows color (decimal): -559476 or 9205495. OLE color: 9205495.
HSL color Cylindrical-coordinate representation of color #F7768C: hue angle of 349.77º degrees, saturation: 0.89, 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 #F7768C is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 140 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.03 |
| HSL | 349.77º | 0.89% | 0.72% | - |
| HSV(B) | 349.77º | 0.52% | 0.97% | - |
| XYZ | 49.57 | 34.62 | 28.88 | - |
| YUV | 159.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 140 | 0 | 0.52 | 0.43 | 0.03 | 349.77 | 0.89 | 0.72 |
| Hex | F7 | 76 | 8C | 0 | 34 | 2B | 3 | 15E | 59 | 48 |
| Octal | 367 | 166 | 214 | 0 | 64 | 53 | 3 | 536 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10001100 | 0 | 110100 | 101011 | 11 | 101011110 | 1011001 | 1001000 |
Color Harmonies of #F7768C
Complementary color
Monochromatic Colors of #F7768C
Black with #F7768C
Text Example
Text Example
White with #F7768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7768C; }
p { color: rgb(247,118,140); }
H1.HeaderClassName
{
color: #F7768C;
}
.AnyTagClassName
{
color: #F7768C;
}
</style>
background-color css
<style>
a { background-color: #F7768C; }
a { background-color: rgb(247,118,140); }
div.DivClassName
{
background-color: #F7768C;
}
.BgClassName
{
background-color: #F7768C;
}
</style>
border-color css
<style>
span { border-color: #F7768C; }
span { border-color: rgb(247,118,140); }
td.TdClassName
{
border-color: #F7768C;
}
.TagClassName
{
border-color: #F7768C;
}
</style>