Shades of Carissma #F1788C
Tints of Carissma #F1788C
RGB
CMYK
RGB Variations
Color information
#F1788C (or 0xF1788C) is known color: Carissma. HEX triplet: F1, 78 and 8C. RGB value is (241,120,140). Sum of RGB (Red+Green+Blue) = 241+120+140=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1788C is #0E8773. Grayscale: #9E9E9E. Windows color (decimal): -952180 or 9206001. OLE color: 9206001.
HSL color Cylindrical-coordinate representation of color #F1788C: hue angle of 350.08º 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 #F1788C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 140 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 350.08º | 0.81% | 0.71% | - |
| HSV(B) | 350.08º | 0.5% | 0.95% | - |
| XYZ | 47.73 | 34.03 | 28.86 | - |
| YUV | 158.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 140 | 0 | 0.50 | 0.42 | 0.05 | 350.08 | 0.81 | 0.71 |
| Hex | F1 | 78 | 8C | 0 | 32 | 2A | 5 | 15E | 51 | 47 |
| Octal | 361 | 170 | 214 | 0 | 62 | 52 | 5 | 536 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10001100 | 0 | 110010 | 101010 | 101 | 101011110 | 1010001 | 1000111 |
Color Harmonies of #F1788C
Complementary color
Monochromatic Colors of #F1788C
Black with #F1788C
Text Example
Text Example
White with #F1788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1788C; }
p { color: rgb(241,120,140); }
H1.HeaderClassName
{
color: #F1788C;
}
.AnyTagClassName
{
color: #F1788C;
}
</style>
background-color css
<style>
a { background-color: #F1788C; }
a { background-color: rgb(241,120,140); }
div.DivClassName
{
background-color: #F1788C;
}
.BgClassName
{
background-color: #F1788C;
}
</style>
border-color css
<style>
span { border-color: #F1788C; }
span { border-color: rgb(241,120,140); }
td.TdClassName
{
border-color: #F1788C;
}
.TagClassName
{
border-color: #F1788C;
}
</style>