Shades of Carissma #F1789B
Tints of Carissma #F1789B
RGB
CMYK
RGB Variations
Color information
#F1789B (or 0xF1789B) is known color: Carissma. HEX triplet: F1, 78 and 9B. RGB value is (241,120,155). Sum of RGB (Red+Green+Blue) = 241+120+155=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1789B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1789B is #0E8764. Grayscale: #A0A0A0. Windows color (decimal): -952165 or 10189041. OLE color: 10189041.
HSL color Cylindrical-coordinate representation of color #F1789B: hue angle of 342.64º 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 #F1789B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 155 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.05 |
| HSL | 342.64º | 0.81% | 0.71% | - |
| HSV(B) | 342.64º | 0.5% | 0.95% | - |
| XYZ | 48.91 | 34.5 | 35.09 | - |
| YUV | 160.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 155 | 0 | 0.50 | 0.36 | 0.05 | 342.64 | 0.81 | 0.71 |
| Hex | F1 | 78 | 9B | 0 | 32 | 24 | 5 | 157 | 51 | 47 |
| Octal | 361 | 170 | 233 | 0 | 62 | 44 | 5 | 527 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10011011 | 0 | 110010 | 100100 | 101 | 101010111 | 1010001 | 1000111 |
Color Harmonies of #F1789B
Complementary color
Monochromatic Colors of #F1789B
Black with #F1789B
Text Example
Text Example
White with #F1789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1789B; }
p { color: rgb(241,120,155); }
H1.HeaderClassName
{
color: #F1789B;
}
.AnyTagClassName
{
color: #F1789B;
}
</style>
background-color css
<style>
a { background-color: #F1789B; }
a { background-color: rgb(241,120,155); }
div.DivClassName
{
background-color: #F1789B;
}
.BgClassName
{
background-color: #F1789B;
}
</style>
border-color css
<style>
span { border-color: #F1789B; }
span { border-color: rgb(241,120,155); }
td.TdClassName
{
border-color: #F1789B;
}
.TagClassName
{
border-color: #F1789B;
}
</style>