Shades of Carissma #F18185
Tints of Carissma #F18185
RGB
CMYK
RGB Variations
Color information
#F18185 (or 0xF18185) is known color: Carissma. HEX triplet: F1, 81 and 85. RGB value is (241,129,133). Sum of RGB (Red+Green+Blue) = 241+129+133=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F18185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18185 is #0E7E7A. Grayscale: #A3A3A3. Windows color (decimal): -949883 or 8749553. OLE color: 8749553.
HSL color Cylindrical-coordinate representation of color #F18185: hue angle of 357.86º 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 #F18185 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 133 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.05 |
| HSL | 357.86º | 0.8% | 0.73% | - |
| HSV(B) | 357.86º | 0.46% | 0.95% | - |
| XYZ | 48.36 | 36.09 | 26.61 | - |
| YUV | 162.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 133 | 0 | 0.46 | 0.45 | 0.05 | 357.86 | 0.8 | 0.73 |
| Hex | F1 | 81 | 85 | 0 | 2E | 2D | 5 | 166 | 50 | 49 |
| Octal | 361 | 201 | 205 | 0 | 56 | 55 | 5 | 546 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10000101 | 0 | 101110 | 101101 | 101 | 101100110 | 1010000 | 1001001 |
Color Harmonies of #F18185
Complementary color
Monochromatic Colors of #F18185
Black with #F18185
Text Example
Text Example
White with #F18185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18185; }
p { color: rgb(241,129,133); }
H1.HeaderClassName
{
color: #F18185;
}
.AnyTagClassName
{
color: #F18185;
}
</style>
background-color css
<style>
a { background-color: #F18185; }
a { background-color: rgb(241,129,133); }
div.DivClassName
{
background-color: #F18185;
}
.BgClassName
{
background-color: #F18185;
}
</style>
border-color css
<style>
span { border-color: #F18185; }
span { border-color: rgb(241,129,133); }
td.TdClassName
{
border-color: #F18185;
}
.TagClassName
{
border-color: #F18185;
}
</style>