Shades of Carissma #F6778C
Tints of Carissma #F6778C
RGB
CMYK
RGB Variations
Color information
#F6778C (or 0xF6778C) is known color: Carissma. HEX triplet: F6, 77 and 8C. RGB value is (246,119,140). Sum of RGB (Red+Green+Blue) = 246+119+140=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6778C is #098873. Grayscale: #9F9F9F. Windows color (decimal): -624756 or 9205750. OLE color: 9205750.
HSL color Cylindrical-coordinate representation of color #F6778C: hue angle of 350.08º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6778C is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 140 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.04 |
| HSL | 350.08º | 0.88% | 0.72% | - |
| HSV(B) | 350.08º | 0.52% | 0.96% | - |
| XYZ | 49.34 | 34.68 | 28.9 | - |
| YUV | 159.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 140 | 0 | 0.52 | 0.43 | 0.04 | 350.08 | 0.88 | 0.72 |
| Hex | F6 | 77 | 8C | 0 | 34 | 2B | 4 | 15E | 58 | 48 |
| Octal | 366 | 167 | 214 | 0 | 64 | 53 | 4 | 536 | 130 | 110 |
| Binary | 11110110 | 1110111 | 10001100 | 0 | 110100 | 101011 | 100 | 101011110 | 1011000 | 1001000 |
Color Harmonies of #F6778C
Complementary color
Monochromatic Colors of #F6778C
Black with #F6778C
Text Example
Text Example
White with #F6778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6778C; }
p { color: rgb(246,119,140); }
H1.HeaderClassName
{
color: #F6778C;
}
.AnyTagClassName
{
color: #F6778C;
}
</style>
background-color css
<style>
a { background-color: #F6778C; }
a { background-color: rgb(246,119,140); }
div.DivClassName
{
background-color: #F6778C;
}
.BgClassName
{
background-color: #F6778C;
}
</style>
border-color css
<style>
span { border-color: #F6778C; }
span { border-color: rgb(246,119,140); }
td.TdClassName
{
border-color: #F6778C;
}
.TagClassName
{
border-color: #F6778C;
}
</style>