Shades of Carissma #F18191
Tints of Carissma #F18191
RGB
CMYK
RGB Variations
Color information
#F18191 (or 0xF18191) is known color: Carissma. HEX triplet: F1, 81 and 91. RGB value is (241,129,145). Sum of RGB (Red+Green+Blue) = 241+129+145=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F18191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18191 is #0E7E6E. Grayscale: #A4A4A4. Windows color (decimal): -949871 or 9535985. OLE color: 9535985.
HSL color Cylindrical-coordinate representation of color #F18191: hue angle of 351.43º 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 #F18191 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 145 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.05 |
| HSL | 351.43º | 0.8% | 0.73% | - |
| HSV(B) | 351.43º | 0.46% | 0.95% | - |
| XYZ | 49.24 | 36.45 | 31.23 | - |
| YUV | 164.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 145 | 0 | 0.46 | 0.40 | 0.05 | 351.43 | 0.8 | 0.73 |
| Hex | F1 | 81 | 91 | 0 | 2E | 28 | 5 | 15F | 50 | 49 |
| Octal | 361 | 201 | 221 | 0 | 56 | 50 | 5 | 537 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10010001 | 0 | 101110 | 101000 | 101 | 101011111 | 1010000 | 1001001 |
Color Harmonies of #F18191
Complementary color
Monochromatic Colors of #F18191
Black with #F18191
Text Example
Text Example
White with #F18191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18191; }
p { color: rgb(241,129,145); }
H1.HeaderClassName
{
color: #F18191;
}
.AnyTagClassName
{
color: #F18191;
}
</style>
background-color css
<style>
a { background-color: #F18191; }
a { background-color: rgb(241,129,145); }
div.DivClassName
{
background-color: #F18191;
}
.BgClassName
{
background-color: #F18191;
}
</style>
border-color css
<style>
span { border-color: #F18191; }
span { border-color: rgb(241,129,145); }
td.TdClassName
{
border-color: #F18191;
}
.TagClassName
{
border-color: #F18191;
}
</style>