Shades of Carissma #F1838E
Tints of Carissma #F1838E
RGB
CMYK
RGB Variations
Color information
#F1838E (or 0xF1838E) is known color: Carissma. HEX triplet: F1, 83 and 8E. RGB value is (241,131,142). Sum of RGB (Red+Green+Blue) = 241+131+142=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838E is #0E7C71. Grayscale: #A5A5A5. Windows color (decimal): -949362 or 9339889. OLE color: 9339889.
HSL color Cylindrical-coordinate representation of color #F1838E: hue angle of 354º 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 #F1838E is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 142 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.05 |
| HSL | 354º | 0.8% | 0.73% | - |
| HSV(B) | 354º | 0.46% | 0.95% | - |
| XYZ | 49.27 | 36.89 | 30.11 | - |
| YUV | 165.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 142 | 0 | 0.46 | 0.41 | 0.05 | 354 | 0.8 | 0.73 |
| Hex | F1 | 83 | 8E | 0 | 2E | 29 | 5 | 162 | 50 | 49 |
| Octal | 361 | 203 | 216 | 0 | 56 | 51 | 5 | 542 | 120 | 111 |
| Binary | 11110001 | 10000011 | 10001110 | 0 | 101110 | 101001 | 101 | 101100010 | 1010000 | 1001001 |
Color Harmonies of #F1838E
Complementary color
Monochromatic Colors of #F1838E
Black with #F1838E
Text Example
Text Example
White with #F1838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1838E; }
p { color: rgb(241,131,142); }
H1.HeaderClassName
{
color: #F1838E;
}
.AnyTagClassName
{
color: #F1838E;
}
</style>
background-color css
<style>
a { background-color: #F1838E; }
a { background-color: rgb(241,131,142); }
div.DivClassName
{
background-color: #F1838E;
}
.BgClassName
{
background-color: #F1838E;
}
</style>
border-color css
<style>
span { border-color: #F1838E; }
span { border-color: rgb(241,131,142); }
td.TdClassName
{
border-color: #F1838E;
}
.TagClassName
{
border-color: #F1838E;
}
</style>