Shades of Carissma #F18194
Tints of Carissma #F18194
RGB
CMYK
RGB Variations
Color information
#F18194 (or 0xF18194) is known color: Carissma. HEX triplet: F1, 81 and 94. RGB value is (241,129,148). Sum of RGB (Red+Green+Blue) = 241+129+148=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F18194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18194 is #0E7E6B. Grayscale: #A4A4A4. Windows color (decimal): -949868 or 9732593. OLE color: 9732593.
HSL color Cylindrical-coordinate representation of color #F18194: hue angle of 349.82º 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 #F18194 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 148 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.05 |
| HSL | 349.82º | 0.8% | 0.73% | - |
| HSV(B) | 349.82º | 0.46% | 0.95% | - |
| XYZ | 49.47 | 36.54 | 32.46 | - |
| YUV | 164.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 148 | 0 | 0.46 | 0.39 | 0.05 | 349.82 | 0.8 | 0.73 |
| Hex | F1 | 81 | 94 | 0 | 2E | 27 | 5 | 15E | 50 | 49 |
| Octal | 361 | 201 | 224 | 0 | 56 | 47 | 5 | 536 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10010100 | 0 | 101110 | 100111 | 101 | 101011110 | 1010000 | 1001001 |
Color Harmonies of #F18194
Complementary color
Monochromatic Colors of #F18194
Black with #F18194
Text Example
Text Example
White with #F18194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18194; }
p { color: rgb(241,129,148); }
H1.HeaderClassName
{
color: #F18194;
}
.AnyTagClassName
{
color: #F18194;
}
</style>
background-color css
<style>
a { background-color: #F18194; }
a { background-color: rgb(241,129,148); }
div.DivClassName
{
background-color: #F18194;
}
.BgClassName
{
background-color: #F18194;
}
</style>
border-color css
<style>
span { border-color: #F18194; }
span { border-color: rgb(241,129,148); }
td.TdClassName
{
border-color: #F18194;
}
.TagClassName
{
border-color: #F18194;
}
</style>