Shades of Carissma #F68086
Tints of Carissma #F68086
RGB
CMYK
RGB Variations
Color information
#F68086 (or 0xF68086) is known color: Carissma. HEX triplet: F6, 80 and 86. RGB value is (246,128,134). Sum of RGB (Red+Green+Blue) = 246+128+134=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68086 is #097F79. Grayscale: #A4A4A4. Windows color (decimal): -622458 or 8814838. OLE color: 8814838.
HSL color Cylindrical-coordinate representation of color #F68086: hue angle of 356.95º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68086 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 134 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.04 |
| HSL | 356.95º | 0.87% | 0.73% | - |
| HSV(B) | 356.95º | 0.48% | 0.96% | - |
| XYZ | 50.03 | 36.75 | 27.01 | - |
| YUV | 163.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 134 | 0 | 0.48 | 0.46 | 0.04 | 356.95 | 0.87 | 0.73 |
| Hex | F6 | 80 | 86 | 0 | 30 | 2E | 4 | 165 | 57 | 49 |
| Octal | 366 | 200 | 206 | 0 | 60 | 56 | 4 | 545 | 127 | 111 |
| Binary | 11110110 | 10000000 | 10000110 | 0 | 110000 | 101110 | 100 | 101100101 | 1010111 | 1001001 |
Color Harmonies of #F68086
Complementary color
Monochromatic Colors of #F68086
Black with #F68086
Text Example
Text Example
White with #F68086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68086; }
p { color: rgb(246,128,134); }
H1.HeaderClassName
{
color: #F68086;
}
.AnyTagClassName
{
color: #F68086;
}
</style>
background-color css
<style>
a { background-color: #F68086; }
a { background-color: rgb(246,128,134); }
div.DivClassName
{
background-color: #F68086;
}
.BgClassName
{
background-color: #F68086;
}
</style>
border-color css
<style>
span { border-color: #F68086; }
span { border-color: rgb(246,128,134); }
td.TdClassName
{
border-color: #F68086;
}
.TagClassName
{
border-color: #F68086;
}
</style>