Shades of Carissma #F17C9B
Tints of Carissma #F17C9B
RGB
CMYK
RGB Variations
Color information
#F17C9B (or 0xF17C9B) is known color: Carissma. HEX triplet: F1, 7C and 9B. RGB value is (241,124,155). Sum of RGB (Red+Green+Blue) = 241+124+155=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C9B is #0E8364. Grayscale: #A2A2A2. Windows color (decimal): -951141 or 10190065. OLE color: 10190065.
HSL color Cylindrical-coordinate representation of color #F17C9B: hue angle of 344.1º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17C9B is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 155 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.05 |
| HSL | 344.1º | 0.81% | 0.72% | - |
| HSV(B) | 344.1º | 0.49% | 0.95% | - |
| XYZ | 49.4 | 35.48 | 35.26 | - |
| YUV | 162.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 155 | 0 | 0.49 | 0.36 | 0.05 | 344.1 | 0.81 | 0.72 |
| Hex | F1 | 7C | 9B | 0 | 31 | 24 | 5 | 158 | 51 | 48 |
| Octal | 361 | 174 | 233 | 0 | 61 | 44 | 5 | 530 | 121 | 110 |
| Binary | 11110001 | 1111100 | 10011011 | 0 | 110001 | 100100 | 101 | 101011000 | 1010001 | 1001000 |
Color Harmonies of #F17C9B
Complementary color
Monochromatic Colors of #F17C9B
Black with #F17C9B
Text Example
Text Example
White with #F17C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C9B; }
p { color: rgb(241,124,155); }
H1.HeaderClassName
{
color: #F17C9B;
}
.AnyTagClassName
{
color: #F17C9B;
}
</style>
background-color css
<style>
a { background-color: #F17C9B; }
a { background-color: rgb(241,124,155); }
div.DivClassName
{
background-color: #F17C9B;
}
.BgClassName
{
background-color: #F17C9B;
}
</style>
border-color css
<style>
span { border-color: #F17C9B; }
span { border-color: rgb(241,124,155); }
td.TdClassName
{
border-color: #F17C9B;
}
.TagClassName
{
border-color: #F17C9B;
}
</style>