Shades of Carissma #F18591
Tints of Carissma #F18591
RGB
CMYK
RGB Variations
Color information
#F18591 (or 0xF18591) is known color: Carissma. HEX triplet: F1, 85 and 91. RGB value is (241,133,145). Sum of RGB (Red+Green+Blue) = 241+133+145=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F18591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18591 is #0E7A6E. Grayscale: #A6A6A6. Windows color (decimal): -948847 or 9537009. OLE color: 9537009.
HSL color Cylindrical-coordinate representation of color #F18591: hue angle of 353.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18591 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 145 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.05 |
| HSL | 353.33º | 0.79% | 0.73% | - |
| HSV(B) | 353.33º | 0.45% | 0.95% | - |
| XYZ | 49.77 | 37.52 | 31.41 | - |
| YUV | 166.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 145 | 0 | 0.45 | 0.40 | 0.05 | 353.33 | 0.79 | 0.73 |
| Hex | F1 | 85 | 91 | 0 | 2D | 28 | 5 | 161 | 4F | 49 |
| Octal | 361 | 205 | 221 | 0 | 55 | 50 | 5 | 541 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10010001 | 0 | 101101 | 101000 | 101 | 101100001 | 1001111 | 1001001 |
Color Harmonies of #F18591
Complementary color
Monochromatic Colors of #F18591
Black with #F18591
Text Example
Text Example
White with #F18591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18591; }
p { color: rgb(241,133,145); }
H1.HeaderClassName
{
color: #F18591;
}
.AnyTagClassName
{
color: #F18591;
}
</style>
background-color css
<style>
a { background-color: #F18591; }
a { background-color: rgb(241,133,145); }
div.DivClassName
{
background-color: #F18591;
}
.BgClassName
{
background-color: #F18591;
}
</style>
border-color css
<style>
span { border-color: #F18591; }
span { border-color: rgb(241,133,145); }
td.TdClassName
{
border-color: #F18591;
}
.TagClassName
{
border-color: #F18591;
}
</style>