Shades of Carissma #F17C86
Tints of Carissma #F17C86
RGB
CMYK
RGB Variations
Color information
#F17C86 (or 0xF17C86) is known color: Carissma. HEX triplet: F1, 7C and 86. RGB value is (241,124,134). Sum of RGB (Red+Green+Blue) = 241+124+134=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C86 is #0E8379. Grayscale: #A0A0A0. Windows color (decimal): -951162 or 8813809. OLE color: 8813809.
HSL color Cylindrical-coordinate representation of color #F17C86: hue angle of 354.87º 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 #F17C86 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 134 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.05 |
| HSL | 354.87º | 0.81% | 0.72% | - |
| HSV(B) | 354.87º | 0.49% | 0.95% | - |
| XYZ | 47.79 | 34.84 | 26.76 | - |
| YUV | 160.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 134 | 0 | 0.49 | 0.44 | 0.05 | 354.87 | 0.81 | 0.72 |
| Hex | F1 | 7C | 86 | 0 | 31 | 2C | 5 | 163 | 51 | 48 |
| Octal | 361 | 174 | 206 | 0 | 61 | 54 | 5 | 543 | 121 | 110 |
| Binary | 11110001 | 1111100 | 10000110 | 0 | 110001 | 101100 | 101 | 101100011 | 1010001 | 1001000 |
Color Harmonies of #F17C86
Complementary color
Monochromatic Colors of #F17C86
Black with #F17C86
Text Example
Text Example
White with #F17C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C86; }
p { color: rgb(241,124,134); }
H1.HeaderClassName
{
color: #F17C86;
}
.AnyTagClassName
{
color: #F17C86;
}
</style>
background-color css
<style>
a { background-color: #F17C86; }
a { background-color: rgb(241,124,134); }
div.DivClassName
{
background-color: #F17C86;
}
.BgClassName
{
background-color: #F17C86;
}
</style>
border-color css
<style>
span { border-color: #F17C86; }
span { border-color: rgb(241,124,134); }
td.TdClassName
{
border-color: #F17C86;
}
.TagClassName
{
border-color: #F17C86;
}
</style>