Shades of Carissma #F68095
Tints of Carissma #F68095
RGB
CMYK
RGB Variations
Color information
#F68095 (or 0xF68095) is known color: Carissma. HEX triplet: F6, 80 and 95. RGB value is (246,128,149). Sum of RGB (Red+Green+Blue) = 246+128+149=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F68095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68095 is #097F6A. Grayscale: #A5A5A5. Windows color (decimal): -622443 or 9797878. OLE color: 9797878.
HSL color Cylindrical-coordinate representation of color #F68095: hue angle of 349.32º 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 #F68095 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 149 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.04 |
| HSL | 349.32º | 0.87% | 0.73% | - |
| HSV(B) | 349.32º | 0.48% | 0.96% | - |
| XYZ | 51.15 | 37.2 | 32.92 | - |
| YUV | 165.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 149 | 0 | 0.48 | 0.39 | 0.04 | 349.32 | 0.87 | 0.73 |
| Hex | F6 | 80 | 95 | 0 | 30 | 27 | 4 | 15D | 57 | 49 |
| Octal | 366 | 200 | 225 | 0 | 60 | 47 | 4 | 535 | 127 | 111 |
| Binary | 11110110 | 10000000 | 10010101 | 0 | 110000 | 100111 | 100 | 101011101 | 1010111 | 1001001 |
Color Harmonies of #F68095
Complementary color
Monochromatic Colors of #F68095
Black with #F68095
Text Example
Text Example
White with #F68095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68095; }
p { color: rgb(246,128,149); }
H1.HeaderClassName
{
color: #F68095;
}
.AnyTagClassName
{
color: #F68095;
}
</style>
background-color css
<style>
a { background-color: #F68095; }
a { background-color: rgb(246,128,149); }
div.DivClassName
{
background-color: #F68095;
}
.BgClassName
{
background-color: #F68095;
}
</style>
border-color css
<style>
span { border-color: #F68095; }
span { border-color: rgb(246,128,149); }
td.TdClassName
{
border-color: #F68095;
}
.TagClassName
{
border-color: #F68095;
}
</style>