Shades of Carissma #F68197
Tints of Carissma #F68197
RGB
CMYK
RGB Variations
Color information
#F68197 (or 0xF68197) is known color: Carissma. HEX triplet: F6, 81 and 97. RGB value is (246,129,151). Sum of RGB (Red+Green+Blue) = 246+129+151=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F68197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68197 is #097E68. Grayscale: #A6A6A6. Windows color (decimal): -622185 or 9929206. OLE color: 9929206.
HSL color Cylindrical-coordinate representation of color #F68197: hue angle of 348.72º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68197 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 151 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.04 |
| HSL | 348.72º | 0.87% | 0.74% | - |
| HSV(B) | 348.72º | 0.48% | 0.96% | - |
| XYZ | 51.44 | 37.53 | 33.81 | - |
| YUV | 166.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 151 | 0 | 0.48 | 0.39 | 0.04 | 348.72 | 0.87 | 0.74 |
| Hex | F6 | 81 | 97 | 0 | 30 | 27 | 4 | 15D | 57 | 4A |
| Octal | 366 | 201 | 227 | 0 | 60 | 47 | 4 | 535 | 127 | 112 |
| Binary | 11110110 | 10000001 | 10010111 | 0 | 110000 | 100111 | 100 | 101011101 | 1010111 | 1001010 |
Color Harmonies of #F68197
Complementary color
Monochromatic Colors of #F68197
Black with #F68197
Text Example
Text Example
White with #F68197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68197; }
p { color: rgb(246,129,151); }
H1.HeaderClassName
{
color: #F68197;
}
.AnyTagClassName
{
color: #F68197;
}
</style>
background-color css
<style>
a { background-color: #F68197; }
a { background-color: rgb(246,129,151); }
div.DivClassName
{
background-color: #F68197;
}
.BgClassName
{
background-color: #F68197;
}
</style>
border-color css
<style>
span { border-color: #F68197; }
span { border-color: rgb(246,129,151); }
td.TdClassName
{
border-color: #F68197;
}
.TagClassName
{
border-color: #F68197;
}
</style>