Shades of Carissma #F18295
Tints of Carissma #F18295
RGB
CMYK
RGB Variations
Color information
#F18295 (or 0xF18295) is known color: Carissma. HEX triplet: F1, 82 and 95. RGB value is (241,130,149). Sum of RGB (Red+Green+Blue) = 241+130+149=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18295 is #0E7D6A. Grayscale: #A5A5A5. Windows color (decimal): -949611 or 9798385. OLE color: 9798385.
HSL color Cylindrical-coordinate representation of color #F18295: hue angle of 349.73º 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 #F18295 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 149 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.05 |
| HSL | 349.73º | 0.8% | 0.73% | - |
| HSV(B) | 349.73º | 0.46% | 0.95% | - |
| XYZ | 49.68 | 36.84 | 32.93 | - |
| YUV | 165.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 149 | 0 | 0.46 | 0.38 | 0.05 | 349.73 | 0.8 | 0.73 |
| Hex | F1 | 82 | 95 | 0 | 2E | 26 | 5 | 15E | 50 | 49 |
| Octal | 361 | 202 | 225 | 0 | 56 | 46 | 5 | 536 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10010101 | 0 | 101110 | 100110 | 101 | 101011110 | 1010000 | 1001001 |
Color Harmonies of #F18295
Complementary color
Monochromatic Colors of #F18295
Black with #F18295
Text Example
Text Example
White with #F18295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18295; }
p { color: rgb(241,130,149); }
H1.HeaderClassName
{
color: #F18295;
}
.AnyTagClassName
{
color: #F18295;
}
</style>
background-color css
<style>
a { background-color: #F18295; }
a { background-color: rgb(241,130,149); }
div.DivClassName
{
background-color: #F18295;
}
.BgClassName
{
background-color: #F18295;
}
</style>
border-color css
<style>
span { border-color: #F18295; }
span { border-color: rgb(241,130,149); }
td.TdClassName
{
border-color: #F18295;
}
.TagClassName
{
border-color: #F18295;
}
</style>