Shades of Carissma #F0848B
Tints of Carissma #F0848B
RGB
CMYK
RGB Variations
Color information
#F0848B (or 0xF0848B) is known color: Carissma. HEX triplet: F0, 84 and 8B. RGB value is (240,132,139). Sum of RGB (Red+Green+Blue) = 240+132+139=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0848B is #0F7B74. Grayscale: #A5A5A5. Windows color (decimal): -1014645 or 9143536. OLE color: 9143536.
HSL color Cylindrical-coordinate representation of color #F0848B: hue angle of 356.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 #F0848B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 139 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.06 |
| HSL | 356.11º | 0.78% | 0.73% | - |
| HSV(B) | 356.11º | 0.45% | 0.94% | - |
| XYZ | 48.85 | 36.89 | 28.97 | - |
| YUV | 165.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 139 | 0 | 0.45 | 0.42 | 0.06 | 356.11 | 0.78 | 0.73 |
| Hex | F0 | 84 | 8B | 0 | 2D | 2A | 6 | 164 | 4E | 49 |
| Octal | 360 | 204 | 213 | 0 | 55 | 52 | 6 | 544 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10001011 | 0 | 101101 | 101010 | 110 | 101100100 | 1001110 | 1001001 |
Color Harmonies of #F0848B
Complementary color
Monochromatic Colors of #F0848B
Black with #F0848B
Text Example
Text Example
White with #F0848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0848B; }
p { color: rgb(240,132,139); }
H1.HeaderClassName
{
color: #F0848B;
}
.AnyTagClassName
{
color: #F0848B;
}
</style>
background-color css
<style>
a { background-color: #F0848B; }
a { background-color: rgb(240,132,139); }
div.DivClassName
{
background-color: #F0848B;
}
.BgClassName
{
background-color: #F0848B;
}
</style>
border-color css
<style>
span { border-color: #F0848B; }
span { border-color: rgb(240,132,139); }
td.TdClassName
{
border-color: #F0848B;
}
.TagClassName
{
border-color: #F0848B;
}
</style>