Shades of Carissma #F6798B
Tints of Carissma #F6798B
RGB
CMYK
RGB Variations
Color information
#F6798B (or 0xF6798B) is known color: Carissma. HEX triplet: F6, 79 and 8B. RGB value is (246,121,139). Sum of RGB (Red+Green+Blue) = 246+121+139=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6798B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6798B is #098674. Grayscale: #A0A0A0. Windows color (decimal): -624245 or 9140726. OLE color: 9140726.
HSL color Cylindrical-coordinate representation of color #F6798B: hue angle of 351.36º 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 #F6798B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 139 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.04 |
| HSL | 351.36º | 0.87% | 0.72% | - |
| HSV(B) | 351.36º | 0.51% | 0.96% | - |
| XYZ | 49.5 | 35.13 | 28.6 | - |
| YUV | 160.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 139 | 0 | 0.51 | 0.43 | 0.04 | 351.36 | 0.87 | 0.72 |
| Hex | F6 | 79 | 8B | 0 | 33 | 2B | 4 | 15F | 57 | 48 |
| Octal | 366 | 171 | 213 | 0 | 63 | 53 | 4 | 537 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10001011 | 0 | 110011 | 101011 | 100 | 101011111 | 1010111 | 1001000 |
Color Harmonies of #F6798B
Complementary color
Monochromatic Colors of #F6798B
Black with #F6798B
Text Example
Text Example
White with #F6798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6798B; }
p { color: rgb(246,121,139); }
H1.HeaderClassName
{
color: #F6798B;
}
.AnyTagClassName
{
color: #F6798B;
}
</style>
background-color css
<style>
a { background-color: #F6798B; }
a { background-color: rgb(246,121,139); }
div.DivClassName
{
background-color: #F6798B;
}
.BgClassName
{
background-color: #F6798B;
}
</style>
border-color css
<style>
span { border-color: #F6798B; }
span { border-color: rgb(246,121,139); }
td.TdClassName
{
border-color: #F6798B;
}
.TagClassName
{
border-color: #F6798B;
}
</style>