Shades of Carissma #F1798C
Tints of Carissma #F1798C
RGB
CMYK
RGB Variations
Color information
#F1798C (or 0xF1798C) is known color: Carissma. HEX triplet: F1, 79 and 8C. RGB value is (241,121,140). Sum of RGB (Red+Green+Blue) = 241+121+140=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1798C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1798C is #0E8673. Grayscale: #9F9F9F. Windows color (decimal): -951924 or 9206257. OLE color: 9206257.
HSL color Cylindrical-coordinate representation of color #F1798C: hue angle of 350.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1798C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 140 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 350.5º | 0.81% | 0.71% | - |
| HSV(B) | 350.5º | 0.5% | 0.95% | - |
| XYZ | 47.85 | 34.27 | 28.9 | - |
| YUV | 159.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 140 | 0 | 0.50 | 0.42 | 0.05 | 350.5 | 0.81 | 0.71 |
| Hex | F1 | 79 | 8C | 0 | 32 | 2A | 5 | 15E | 51 | 47 |
| Octal | 361 | 171 | 214 | 0 | 62 | 52 | 5 | 536 | 121 | 107 |
| Binary | 11110001 | 1111001 | 10001100 | 0 | 110010 | 101010 | 101 | 101011110 | 1010001 | 1000111 |
Color Harmonies of #F1798C
Complementary color
Monochromatic Colors of #F1798C
Black with #F1798C
Text Example
Text Example
White with #F1798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1798C; }
p { color: rgb(241,121,140); }
H1.HeaderClassName
{
color: #F1798C;
}
.AnyTagClassName
{
color: #F1798C;
}
</style>
background-color css
<style>
a { background-color: #F1798C; }
a { background-color: rgb(241,121,140); }
div.DivClassName
{
background-color: #F1798C;
}
.BgClassName
{
background-color: #F1798C;
}
</style>
border-color css
<style>
span { border-color: #F1798C; }
span { border-color: rgb(241,121,140); }
td.TdClassName
{
border-color: #F1798C;
}
.TagClassName
{
border-color: #F1798C;
}
</style>