Shades of Carissma #F1849D
Tints of Carissma #F1849D
RGB
CMYK
RGB Variations
Color information
#F1849D (or 0xF1849D) is known color: Carissma. HEX triplet: F1, 84 and 9D. RGB value is (241,132,157). Sum of RGB (Red+Green+Blue) = 241+132+157=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1849D is #0E7B62. Grayscale: #A7A7A7. Windows color (decimal): -949091 or 10323185. OLE color: 10323185.
HSL color Cylindrical-coordinate representation of color #F1849D: hue angle of 346.24º degrees, saturation: 0.8, 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 #F1849D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 157 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.05 |
| HSL | 346.24º | 0.8% | 0.73% | - |
| HSV(B) | 346.24º | 0.45% | 0.95% | - |
| XYZ | 50.61 | 37.64 | 36.5 | - |
| YUV | 167.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 157 | 0 | 0.45 | 0.35 | 0.05 | 346.24 | 0.8 | 0.73 |
| Hex | F1 | 84 | 9D | 0 | 2D | 23 | 5 | 15A | 50 | 49 |
| Octal | 361 | 204 | 235 | 0 | 55 | 43 | 5 | 532 | 120 | 111 |
| Binary | 11110001 | 10000100 | 10011101 | 0 | 101101 | 100011 | 101 | 101011010 | 1010000 | 1001001 |
Color Harmonies of #F1849D
Complementary color
Monochromatic Colors of #F1849D
Black with #F1849D
Text Example
Text Example
White with #F1849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1849D; }
p { color: rgb(241,132,157); }
H1.HeaderClassName
{
color: #F1849D;
}
.AnyTagClassName
{
color: #F1849D;
}
</style>
background-color css
<style>
a { background-color: #F1849D; }
a { background-color: rgb(241,132,157); }
div.DivClassName
{
background-color: #F1849D;
}
.BgClassName
{
background-color: #F1849D;
}
</style>
border-color css
<style>
span { border-color: #F1849D; }
span { border-color: rgb(241,132,157); }
td.TdClassName
{
border-color: #F1849D;
}
.TagClassName
{
border-color: #F1849D;
}
</style>