Shades of Carissma #F68096
Tints of Carissma #F68096
RGB
CMYK
RGB Variations
Color information
#F68096 (or 0xF68096) is known color: Carissma. HEX triplet: F6, 80 and 96. RGB value is (246,128,150). Sum of RGB (Red+Green+Blue) = 246+128+150=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F68096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68096 is #097F69. Grayscale: #A5A5A5. Windows color (decimal): -622442 or 9863414. OLE color: 9863414.
HSL color Cylindrical-coordinate representation of color #F68096: hue angle of 348.81º 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 #F68096 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 150 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.04 |
| HSL | 348.81º | 0.87% | 0.73% | - |
| HSV(B) | 348.81º | 0.48% | 0.96% | - |
| XYZ | 51.23 | 37.23 | 33.34 | - |
| YUV | 165.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 150 | 0 | 0.48 | 0.39 | 0.04 | 348.81 | 0.87 | 0.73 |
| Hex | F6 | 80 | 96 | 0 | 30 | 27 | 4 | 15D | 57 | 49 |
| Octal | 366 | 200 | 226 | 0 | 60 | 47 | 4 | 535 | 127 | 111 |
| Binary | 11110110 | 10000000 | 10010110 | 0 | 110000 | 100111 | 100 | 101011101 | 1010111 | 1001001 |
Color Harmonies of #F68096
Complementary color
Monochromatic Colors of #F68096
Black with #F68096
Text Example
Text Example
White with #F68096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68096; }
p { color: rgb(246,128,150); }
H1.HeaderClassName
{
color: #F68096;
}
.AnyTagClassName
{
color: #F68096;
}
</style>
background-color css
<style>
a { background-color: #F68096; }
a { background-color: rgb(246,128,150); }
div.DivClassName
{
background-color: #F68096;
}
.BgClassName
{
background-color: #F68096;
}
</style>
border-color css
<style>
span { border-color: #F68096; }
span { border-color: rgb(246,128,150); }
td.TdClassName
{
border-color: #F68096;
}
.TagClassName
{
border-color: #F68096;
}
</style>