Shades of Carissma #F7768D
Tints of Carissma #F7768D
RGB
CMYK
RGB Variations
Color information
#F7768D (or 0xF7768D) is known color: Carissma. HEX triplet: F7, 76 and 8D. RGB value is (247,118,141). Sum of RGB (Red+Green+Blue) = 247+118+141=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7768D is #088972. Grayscale: #9F9F9F. Windows color (decimal): -559475 or 9271031. OLE color: 9271031.
HSL color Cylindrical-coordinate representation of color #F7768D: hue angle of 349.3º 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 #F7768D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 141 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.03 |
| HSL | 349.3º | 0.89% | 0.72% | - |
| HSV(B) | 349.3º | 0.52% | 0.97% | - |
| XYZ | 49.64 | 34.65 | 29.27 | - |
| YUV | 159.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 141 | 0 | 0.52 | 0.43 | 0.03 | 349.3 | 0.89 | 0.72 |
| Hex | F7 | 76 | 8D | 0 | 34 | 2B | 3 | 15D | 59 | 48 |
| Octal | 367 | 166 | 215 | 0 | 64 | 53 | 3 | 535 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10001101 | 0 | 110100 | 101011 | 11 | 101011101 | 1011001 | 1001000 |
Color Harmonies of #F7768D
Complementary color
Monochromatic Colors of #F7768D
Black with #F7768D
Text Example
Text Example
White with #F7768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7768D; }
p { color: rgb(247,118,141); }
H1.HeaderClassName
{
color: #F7768D;
}
.AnyTagClassName
{
color: #F7768D;
}
</style>
background-color css
<style>
a { background-color: #F7768D; }
a { background-color: rgb(247,118,141); }
div.DivClassName
{
background-color: #F7768D;
}
.BgClassName
{
background-color: #F7768D;
}
</style>
border-color css
<style>
span { border-color: #F7768D; }
span { border-color: rgb(247,118,141); }
td.TdClassName
{
border-color: #F7768D;
}
.TagClassName
{
border-color: #F7768D;
}
</style>