Shades of Carissma #F1838D
Tints of Carissma #F1838D
RGB
CMYK
RGB Variations
Color information
#F1838D (or 0xF1838D) is known color: Carissma. HEX triplet: F1, 83 and 8D. RGB value is (241,131,141). Sum of RGB (Red+Green+Blue) = 241+131+141=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838D is #0E7C72. Grayscale: #A5A5A5. Windows color (decimal): -949363 or 9274353. OLE color: 9274353.
HSL color Cylindrical-coordinate representation of color #F1838D: hue angle of 354.55º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1838D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 141 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.05 |
| HSL | 354.55º | 0.8% | 0.73% | - |
| HSV(B) | 354.55º | 0.46% | 0.95% | - |
| XYZ | 49.2 | 36.86 | 29.72 | - |
| YUV | 165.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 141 | 0 | 0.46 | 0.41 | 0.05 | 354.55 | 0.8 | 0.73 |
| Hex | F1 | 83 | 8D | 0 | 2E | 29 | 5 | 163 | 50 | 49 |
| Octal | 361 | 203 | 215 | 0 | 56 | 51 | 5 | 543 | 120 | 111 |
| Binary | 11110001 | 10000011 | 10001101 | 0 | 101110 | 101001 | 101 | 101100011 | 1010000 | 1001001 |
Color Harmonies of #F1838D
Complementary color
Monochromatic Colors of #F1838D
Black with #F1838D
Text Example
Text Example
White with #F1838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1838D; }
p { color: rgb(241,131,141); }
H1.HeaderClassName
{
color: #F1838D;
}
.AnyTagClassName
{
color: #F1838D;
}
</style>
background-color css
<style>
a { background-color: #F1838D; }
a { background-color: rgb(241,131,141); }
div.DivClassName
{
background-color: #F1838D;
}
.BgClassName
{
background-color: #F1838D;
}
</style>
border-color css
<style>
span { border-color: #F1838D; }
span { border-color: rgb(241,131,141); }
td.TdClassName
{
border-color: #F1838D;
}
.TagClassName
{
border-color: #F1838D;
}
</style>