Shades of Carissma #F17E8D
Tints of Carissma #F17E8D
RGB
CMYK
RGB Variations
Color information
#F17E8D (or 0xF17E8D) is known color: Carissma. HEX triplet: F1, 7E and 8D. RGB value is (241,126,141). Sum of RGB (Red+Green+Blue) = 241+126+141=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17E8D is #0E8172. Grayscale: #A2A2A2. Windows color (decimal): -950643 or 9273073. OLE color: 9273073.
HSL color Cylindrical-coordinate representation of color #F17E8D: hue angle of 352.17º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17E8D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 141 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.05 |
| HSL | 352.17º | 0.8% | 0.72% | - |
| HSV(B) | 352.17º | 0.48% | 0.95% | - |
| XYZ | 48.54 | 35.55 | 29.5 | - |
| YUV | 162.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 141 | 0 | 0.48 | 0.41 | 0.05 | 352.17 | 0.8 | 0.72 |
| Hex | F1 | 7E | 8D | 0 | 30 | 29 | 5 | 160 | 50 | 48 |
| Octal | 361 | 176 | 215 | 0 | 60 | 51 | 5 | 540 | 120 | 110 |
| Binary | 11110001 | 1111110 | 10001101 | 0 | 110000 | 101001 | 101 | 101100000 | 1010000 | 1001000 |
Color Harmonies of #F17E8D
Complementary color
Monochromatic Colors of #F17E8D
Black with #F17E8D
Text Example
Text Example
White with #F17E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E8D; }
p { color: rgb(241,126,141); }
H1.HeaderClassName
{
color: #F17E8D;
}
.AnyTagClassName
{
color: #F17E8D;
}
</style>
background-color css
<style>
a { background-color: #F17E8D; }
a { background-color: rgb(241,126,141); }
div.DivClassName
{
background-color: #F17E8D;
}
.BgClassName
{
background-color: #F17E8D;
}
</style>
border-color css
<style>
span { border-color: #F17E8D; }
span { border-color: rgb(241,126,141); }
td.TdClassName
{
border-color: #F17E8D;
}
.TagClassName
{
border-color: #F17E8D;
}
</style>