Shades of Carissma #F68185
Tints of Carissma #F68185
RGB
CMYK
RGB Variations
Color information
#F68185 (or 0xF68185) is known color: Carissma. HEX triplet: F6, 81 and 85. RGB value is (246,129,133). Sum of RGB (Red+Green+Blue) = 246+129+133=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68185 is #097E7A. Grayscale: #A4A4A4. Windows color (decimal): -622203 or 8749558. OLE color: 8749558.
HSL color Cylindrical-coordinate representation of color #F68185: hue angle of 357.95º 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 #F68185 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 133 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.04 |
| HSL | 357.95º | 0.87% | 0.74% | - |
| HSV(B) | 357.95º | 0.48% | 0.96% | - |
| XYZ | 50.09 | 36.99 | 26.69 | - |
| YUV | 164.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 133 | 0 | 0.48 | 0.46 | 0.04 | 357.95 | 0.87 | 0.74 |
| Hex | F6 | 81 | 85 | 0 | 30 | 2E | 4 | 166 | 57 | 4A |
| Octal | 366 | 201 | 205 | 0 | 60 | 56 | 4 | 546 | 127 | 112 |
| Binary | 11110110 | 10000001 | 10000101 | 0 | 110000 | 101110 | 100 | 101100110 | 1010111 | 1001010 |
Color Harmonies of #F68185
Complementary color
Monochromatic Colors of #F68185
Black with #F68185
Text Example
Text Example
White with #F68185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68185; }
p { color: rgb(246,129,133); }
H1.HeaderClassName
{
color: #F68185;
}
.AnyTagClassName
{
color: #F68185;
}
</style>
background-color css
<style>
a { background-color: #F68185; }
a { background-color: rgb(246,129,133); }
div.DivClassName
{
background-color: #F68185;
}
.BgClassName
{
background-color: #F68185;
}
</style>
border-color css
<style>
span { border-color: #F68185; }
span { border-color: rgb(246,129,133); }
td.TdClassName
{
border-color: #F68185;
}
.TagClassName
{
border-color: #F68185;
}
</style>