Shades of Carissma #F1788B
Tints of Carissma #F1788B
RGB
CMYK
RGB Variations
Color information
#F1788B (or 0xF1788B) is known color: Carissma. HEX triplet: F1, 78 and 8B. RGB value is (241,120,139). Sum of RGB (Red+Green+Blue) = 241+120+139=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1788B is #0E8774. Grayscale: #9E9E9E. Windows color (decimal): -952181 or 9140465. OLE color: 9140465.
HSL color Cylindrical-coordinate representation of color #F1788B: hue angle of 350.58º 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 #F1788B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 139 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 350.58º | 0.81% | 0.71% | - |
| HSV(B) | 350.58º | 0.5% | 0.95% | - |
| XYZ | 47.65 | 34 | 28.48 | - |
| YUV | 158.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 139 | 0 | 0.50 | 0.42 | 0.05 | 350.58 | 0.81 | 0.71 |
| Hex | F1 | 78 | 8B | 0 | 32 | 2A | 5 | 15F | 51 | 47 |
| Octal | 361 | 170 | 213 | 0 | 62 | 52 | 5 | 537 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10001011 | 0 | 110010 | 101010 | 101 | 101011111 | 1010001 | 1000111 |
Color Harmonies of #F1788B
Complementary color
Monochromatic Colors of #F1788B
Black with #F1788B
Text Example
Text Example
White with #F1788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1788B; }
p { color: rgb(241,120,139); }
H1.HeaderClassName
{
color: #F1788B;
}
.AnyTagClassName
{
color: #F1788B;
}
</style>
background-color css
<style>
a { background-color: #F1788B; }
a { background-color: rgb(241,120,139); }
div.DivClassName
{
background-color: #F1788B;
}
.BgClassName
{
background-color: #F1788B;
}
</style>
border-color css
<style>
span { border-color: #F1788B; }
span { border-color: rgb(241,120,139); }
td.TdClassName
{
border-color: #F1788B;
}
.TagClassName
{
border-color: #F1788B;
}
</style>