Shades of Carissma #F18294
Tints of Carissma #F18294
RGB
CMYK
RGB Variations
Color information
#F18294 (or 0xF18294) is known color: Carissma. HEX triplet: F1, 82 and 94. RGB value is (241,130,148). Sum of RGB (Red+Green+Blue) = 241+130+148=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F18294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18294 is #0E7D6B. Grayscale: #A5A5A5. Windows color (decimal): -949612 or 9732849. OLE color: 9732849.
HSL color Cylindrical-coordinate representation of color #F18294: hue angle of 350.27º 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 #F18294 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 148 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.05 |
| HSL | 350.27º | 0.8% | 0.73% | - |
| HSV(B) | 350.27º | 0.46% | 0.95% | - |
| XYZ | 49.6 | 36.8 | 32.51 | - |
| YUV | 165.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 148 | 0 | 0.46 | 0.39 | 0.05 | 350.27 | 0.8 | 0.73 |
| Hex | F1 | 82 | 94 | 0 | 2E | 27 | 5 | 15E | 50 | 49 |
| Octal | 361 | 202 | 224 | 0 | 56 | 47 | 5 | 536 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10010100 | 0 | 101110 | 100111 | 101 | 101011110 | 1010000 | 1001001 |
Color Harmonies of #F18294
Complementary color
Monochromatic Colors of #F18294
Black with #F18294
Text Example
Text Example
White with #F18294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18294; }
p { color: rgb(241,130,148); }
H1.HeaderClassName
{
color: #F18294;
}
.AnyTagClassName
{
color: #F18294;
}
</style>
background-color css
<style>
a { background-color: #F18294; }
a { background-color: rgb(241,130,148); }
div.DivClassName
{
background-color: #F18294;
}
.BgClassName
{
background-color: #F18294;
}
</style>
border-color css
<style>
span { border-color: #F18294; }
span { border-color: rgb(241,130,148); }
td.TdClassName
{
border-color: #F18294;
}
.TagClassName
{
border-color: #F18294;
}
</style>