Shades of Carissma #F6798D
Tints of Carissma #F6798D
RGB
CMYK
RGB Variations
Color information
#F6798D (or 0xF6798D) is known color: Carissma. HEX triplet: F6, 79 and 8D. RGB value is (246,121,141). Sum of RGB (Red+Green+Blue) = 246+121+141=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6798D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6798D is #098672. Grayscale: #A0A0A0. Windows color (decimal): -624243 or 9271798. OLE color: 9271798.
HSL color Cylindrical-coordinate representation of color #F6798D: hue angle of 350.4º degrees, saturation: 0.87, 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 #F6798D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 141 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.04 |
| HSL | 350.4º | 0.87% | 0.72% | - |
| HSV(B) | 350.4º | 0.51% | 0.96% | - |
| XYZ | 49.65 | 35.19 | 29.37 | - |
| YUV | 160.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 141 | 0 | 0.51 | 0.43 | 0.04 | 350.4 | 0.87 | 0.72 |
| Hex | F6 | 79 | 8D | 0 | 33 | 2B | 4 | 15E | 57 | 48 |
| Octal | 366 | 171 | 215 | 0 | 63 | 53 | 4 | 536 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10001101 | 0 | 110011 | 101011 | 100 | 101011110 | 1010111 | 1001000 |
Color Harmonies of #F6798D
Complementary color
Monochromatic Colors of #F6798D
Black with #F6798D
Text Example
Text Example
White with #F6798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6798D; }
p { color: rgb(246,121,141); }
H1.HeaderClassName
{
color: #F6798D;
}
.AnyTagClassName
{
color: #F6798D;
}
</style>
background-color css
<style>
a { background-color: #F6798D; }
a { background-color: rgb(246,121,141); }
div.DivClassName
{
background-color: #F6798D;
}
.BgClassName
{
background-color: #F6798D;
}
</style>
border-color css
<style>
span { border-color: #F6798D; }
span { border-color: rgb(246,121,141); }
td.TdClassName
{
border-color: #F6798D;
}
.TagClassName
{
border-color: #F6798D;
}
</style>