Shades of Carissma #F68195
Tints of Carissma #F68195
RGB
CMYK
RGB Variations
Color information
#F68195 (or 0xF68195) is known color: Carissma. HEX triplet: F6, 81 and 95. RGB value is (246,129,149). Sum of RGB (Red+Green+Blue) = 246+129+149=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F68195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68195 is #097E6A. Grayscale: #A6A6A6. Windows color (decimal): -622187 or 9798134. OLE color: 9798134.
HSL color Cylindrical-coordinate representation of color #F68195: hue angle of 349.74º 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 #F68195 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 149 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.04 |
| HSL | 349.74º | 0.87% | 0.74% | - |
| HSV(B) | 349.74º | 0.48% | 0.96% | - |
| XYZ | 51.28 | 37.46 | 32.96 | - |
| YUV | 166.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 149 | 0 | 0.48 | 0.39 | 0.04 | 349.74 | 0.87 | 0.74 |
| Hex | F6 | 81 | 95 | 0 | 30 | 27 | 4 | 15E | 57 | 4A |
| Octal | 366 | 201 | 225 | 0 | 60 | 47 | 4 | 536 | 127 | 112 |
| Binary | 11110110 | 10000001 | 10010101 | 0 | 110000 | 100111 | 100 | 101011110 | 1010111 | 1001010 |
Color Harmonies of #F68195
Complementary color
Monochromatic Colors of #F68195
Black with #F68195
Text Example
Text Example
White with #F68195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68195; }
p { color: rgb(246,129,149); }
H1.HeaderClassName
{
color: #F68195;
}
.AnyTagClassName
{
color: #F68195;
}
</style>
background-color css
<style>
a { background-color: #F68195; }
a { background-color: rgb(246,129,149); }
div.DivClassName
{
background-color: #F68195;
}
.BgClassName
{
background-color: #F68195;
}
</style>
border-color css
<style>
span { border-color: #F68195; }
span { border-color: rgb(246,129,149); }
td.TdClassName
{
border-color: #F68195;
}
.TagClassName
{
border-color: #F68195;
}
</style>