Shades of Carissma #F17C8D
Tints of Carissma #F17C8D
RGB
CMYK
RGB Variations
Color information
#F17C8D (or 0xF17C8D) is known color: Carissma. HEX triplet: F1, 7C and 8D. RGB value is (241,124,141). Sum of RGB (Red+Green+Blue) = 241+124+141=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C8D is #0E8372. Grayscale: #A0A0A0. Windows color (decimal): -951155 or 9272561. OLE color: 9272561.
HSL color Cylindrical-coordinate representation of color #F17C8D: hue angle of 351.28º 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 #F17C8D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 141 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.05 |
| HSL | 351.28º | 0.81% | 0.72% | - |
| HSV(B) | 351.28º | 0.49% | 0.95% | - |
| XYZ | 48.29 | 35.04 | 29.42 | - |
| YUV | 160.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 141 | 0 | 0.49 | 0.41 | 0.05 | 351.28 | 0.81 | 0.72 |
| Hex | F1 | 7C | 8D | 0 | 31 | 29 | 5 | 15F | 51 | 48 |
| Octal | 361 | 174 | 215 | 0 | 61 | 51 | 5 | 537 | 121 | 110 |
| Binary | 11110001 | 1111100 | 10001101 | 0 | 110001 | 101001 | 101 | 101011111 | 1010001 | 1001000 |
Color Harmonies of #F17C8D
Complementary color
Monochromatic Colors of #F17C8D
Black with #F17C8D
Text Example
Text Example
White with #F17C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C8D; }
p { color: rgb(241,124,141); }
H1.HeaderClassName
{
color: #F17C8D;
}
.AnyTagClassName
{
color: #F17C8D;
}
</style>
background-color css
<style>
a { background-color: #F17C8D; }
a { background-color: rgb(241,124,141); }
div.DivClassName
{
background-color: #F17C8D;
}
.BgClassName
{
background-color: #F17C8D;
}
</style>
border-color css
<style>
span { border-color: #F17C8D; }
span { border-color: rgb(241,124,141); }
td.TdClassName
{
border-color: #F17C8D;
}
.TagClassName
{
border-color: #F17C8D;
}
</style>