Shades of Carissma #F18197
Tints of Carissma #F18197
RGB
CMYK
RGB Variations
Color information
#F18197 (or 0xF18197) is known color: Carissma. HEX triplet: F1, 81 and 97. RGB value is (241,129,151). Sum of RGB (Red+Green+Blue) = 241+129+151=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F18197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18197 is #0E7E68. Grayscale: #A5A5A5. Windows color (decimal): -949865 or 9929201. OLE color: 9929201.
HSL color Cylindrical-coordinate representation of color #F18197: hue angle of 348.21º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18197 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 151 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.05 |
| HSL | 348.21º | 0.8% | 0.73% | - |
| HSV(B) | 348.21º | 0.46% | 0.95% | - |
| XYZ | 49.71 | 36.64 | 33.73 | - |
| YUV | 165 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 151 | 0 | 0.46 | 0.37 | 0.05 | 348.21 | 0.8 | 0.73 |
| Hex | F1 | 81 | 97 | 0 | 2E | 25 | 5 | 15C | 50 | 49 |
| Octal | 361 | 201 | 227 | 0 | 56 | 45 | 5 | 534 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10010111 | 0 | 101110 | 100101 | 101 | 101011100 | 1010000 | 1001001 |
Color Harmonies of #F18197
Complementary color
Monochromatic Colors of #F18197
Black with #F18197
Text Example
Text Example
White with #F18197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18197; }
p { color: rgb(241,129,151); }
H1.HeaderClassName
{
color: #F18197;
}
.AnyTagClassName
{
color: #F18197;
}
</style>
background-color css
<style>
a { background-color: #F18197; }
a { background-color: rgb(241,129,151); }
div.DivClassName
{
background-color: #F18197;
}
.BgClassName
{
background-color: #F18197;
}
</style>
border-color css
<style>
span { border-color: #F18197; }
span { border-color: rgb(241,129,151); }
td.TdClassName
{
border-color: #F18197;
}
.TagClassName
{
border-color: #F18197;
}
</style>