Shades of Carissma #F0849D
Tints of Carissma #F0849D
RGB
CMYK
RGB Variations
Color information
#F0849D (or 0xF0849D) is known color: Carissma. HEX triplet: F0, 84 and 9D. RGB value is (240,132,157). Sum of RGB (Red+Green+Blue) = 240+132+157=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0849D is #0F7B62. Grayscale: #A7A7A7. Windows color (decimal): -1014627 or 10323184. OLE color: 10323184.
HSL color Cylindrical-coordinate representation of color #F0849D: hue angle of 346.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0849D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 157 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.06 |
| HSL | 346.11º | 0.78% | 0.73% | - |
| HSV(B) | 346.11º | 0.45% | 0.94% | - |
| XYZ | 50.27 | 37.46 | 36.48 | - |
| YUV | 167.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 157 | 0 | 0.45 | 0.35 | 0.06 | 346.11 | 0.78 | 0.73 |
| Hex | F0 | 84 | 9D | 0 | 2D | 23 | 6 | 15A | 4E | 49 |
| Octal | 360 | 204 | 235 | 0 | 55 | 43 | 6 | 532 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10011101 | 0 | 101101 | 100011 | 110 | 101011010 | 1001110 | 1001001 |
Color Harmonies of #F0849D
Complementary color
Monochromatic Colors of #F0849D
Black with #F0849D
Text Example
Text Example
White with #F0849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0849D; }
p { color: rgb(240,132,157); }
H1.HeaderClassName
{
color: #F0849D;
}
.AnyTagClassName
{
color: #F0849D;
}
</style>
background-color css
<style>
a { background-color: #F0849D; }
a { background-color: rgb(240,132,157); }
div.DivClassName
{
background-color: #F0849D;
}
.BgClassName
{
background-color: #F0849D;
}
</style>
border-color css
<style>
span { border-color: #F0849D; }
span { border-color: rgb(240,132,157); }
td.TdClassName
{
border-color: #F0849D;
}
.TagClassName
{
border-color: #F0849D;
}
</style>