Shades of Carissma #F0848D
Tints of Carissma #F0848D
RGB
CMYK
RGB Variations
Color information
#F0848D (or 0xF0848D) is known color: Carissma. HEX triplet: F0, 84 and 8D. RGB value is (240,132,141). Sum of RGB (Red+Green+Blue) = 240+132+141=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0848D is #0F7B72. Grayscale: #A5A5A5. Windows color (decimal): -1014643 or 9274608. OLE color: 9274608.
HSL color Cylindrical-coordinate representation of color #F0848D: hue angle of 355º 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 #F0848D is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 141 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.06 |
| HSL | 355º | 0.78% | 0.73% | - |
| HSV(B) | 355º | 0.45% | 0.94% | - |
| XYZ | 48.99 | 36.95 | 29.75 | - |
| YUV | 165.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 141 | 0 | 0.45 | 0.41 | 0.06 | 355 | 0.78 | 0.73 |
| Hex | F0 | 84 | 8D | 0 | 2D | 29 | 6 | 163 | 4E | 49 |
| Octal | 360 | 204 | 215 | 0 | 55 | 51 | 6 | 543 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10001101 | 0 | 101101 | 101001 | 110 | 101100011 | 1001110 | 1001001 |
Color Harmonies of #F0848D
Complementary color
Monochromatic Colors of #F0848D
Black with #F0848D
Text Example
Text Example
White with #F0848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0848D; }
p { color: rgb(240,132,141); }
H1.HeaderClassName
{
color: #F0848D;
}
.AnyTagClassName
{
color: #F0848D;
}
</style>
background-color css
<style>
a { background-color: #F0848D; }
a { background-color: rgb(240,132,141); }
div.DivClassName
{
background-color: #F0848D;
}
.BgClassName
{
background-color: #F0848D;
}
</style>
border-color css
<style>
span { border-color: #F0848D; }
span { border-color: rgb(240,132,141); }
td.TdClassName
{
border-color: #F0848D;
}
.TagClassName
{
border-color: #F0848D;
}
</style>