Shades of Carissma #F6788D
Tints of Carissma #F6788D
RGB
CMYK
RGB Variations
Color information
#F6788D (or 0xF6788D) is known color: Carissma. HEX triplet: F6, 78 and 8D. RGB value is (246,120,141). Sum of RGB (Red+Green+Blue) = 246+120+141=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6788D is #098772. Grayscale: #A0A0A0. Windows color (decimal): -624499 or 9271542. OLE color: 9271542.
HSL color Cylindrical-coordinate representation of color #F6788D: hue angle of 350º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6788D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 141 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.04 |
| HSL | 350º | 0.88% | 0.72% | - |
| HSV(B) | 350º | 0.51% | 0.96% | - |
| XYZ | 49.53 | 34.95 | 29.33 | - |
| YUV | 160.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 141 | 0 | 0.51 | 0.43 | 0.04 | 350 | 0.88 | 0.72 |
| Hex | F6 | 78 | 8D | 0 | 33 | 2B | 4 | 15E | 58 | 48 |
| Octal | 366 | 170 | 215 | 0 | 63 | 53 | 4 | 536 | 130 | 110 |
| Binary | 11110110 | 1111000 | 10001101 | 0 | 110011 | 101011 | 100 | 101011110 | 1011000 | 1001000 |
Color Harmonies of #F6788D
Complementary color
Monochromatic Colors of #F6788D
Black with #F6788D
Text Example
Text Example
White with #F6788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6788D; }
p { color: rgb(246,120,141); }
H1.HeaderClassName
{
color: #F6788D;
}
.AnyTagClassName
{
color: #F6788D;
}
</style>
background-color css
<style>
a { background-color: #F6788D; }
a { background-color: rgb(246,120,141); }
div.DivClassName
{
background-color: #F6788D;
}
.BgClassName
{
background-color: #F6788D;
}
</style>
border-color css
<style>
span { border-color: #F6788D; }
span { border-color: rgb(246,120,141); }
td.TdClassName
{
border-color: #F6788D;
}
.TagClassName
{
border-color: #F6788D;
}
</style>