Shades of Carissma #F0848A
Tints of Carissma #F0848A
RGB
CMYK
RGB Variations
Color information
#F0848A (or 0xF0848A) is known color: Carissma. HEX triplet: F0, 84 and 8A. RGB value is (240,132,138). Sum of RGB (Red+Green+Blue) = 240+132+138=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0848A is #0F7B75. Grayscale: #A5A5A5. Windows color (decimal): -1014646 or 9078000. OLE color: 9078000.
HSL color Cylindrical-coordinate representation of color #F0848A: hue angle of 356.67º 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 #F0848A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 138 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.06 |
| HSL | 356.67º | 0.78% | 0.73% | - |
| HSV(B) | 356.67º | 0.45% | 0.94% | - |
| XYZ | 48.77 | 36.86 | 28.59 | - |
| YUV | 164.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 138 | 0 | 0.45 | 0.42 | 0.06 | 356.67 | 0.78 | 0.73 |
| Hex | F0 | 84 | 8A | 0 | 2D | 2A | 6 | 165 | 4E | 49 |
| Octal | 360 | 204 | 212 | 0 | 55 | 52 | 6 | 545 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10001010 | 0 | 101101 | 101010 | 110 | 101100101 | 1001110 | 1001001 |
Color Harmonies of #F0848A
Complementary color
Monochromatic Colors of #F0848A
Black with #F0848A
Text Example
Text Example
White with #F0848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0848A; }
p { color: rgb(240,132,138); }
H1.HeaderClassName
{
color: #F0848A;
}
.AnyTagClassName
{
color: #F0848A;
}
</style>
background-color css
<style>
a { background-color: #F0848A; }
a { background-color: rgb(240,132,138); }
div.DivClassName
{
background-color: #F0848A;
}
.BgClassName
{
background-color: #F0848A;
}
</style>
border-color css
<style>
span { border-color: #F0848A; }
span { border-color: rgb(240,132,138); }
td.TdClassName
{
border-color: #F0848A;
}
.TagClassName
{
border-color: #F0848A;
}
</style>