Shades of Carissma #F2848D
Tints of Carissma #F2848D
RGB
CMYK
RGB Variations
Color information
#F2848D (or 0xF2848D) is known color: Carissma. HEX triplet: F2, 84 and 8D. RGB value is (242,132,141). Sum of RGB (Red+Green+Blue) = 242+132+141=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2848D is #0D7B72. Grayscale: #A5A5A5. Windows color (decimal): -883571 or 9274610. OLE color: 9274610.
HSL color Cylindrical-coordinate representation of color #F2848D: hue angle of 355.09º degrees, saturation: 0.81, 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 #F2848D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 141 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.05 |
| HSL | 355.09º | 0.81% | 0.73% | - |
| HSV(B) | 355.09º | 0.45% | 0.95% | - |
| XYZ | 49.68 | 37.3 | 29.78 | - |
| YUV | 165.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 141 | 0 | 0.45 | 0.42 | 0.05 | 355.09 | 0.81 | 0.73 |
| Hex | F2 | 84 | 8D | 0 | 2D | 2A | 5 | 163 | 51 | 49 |
| Octal | 362 | 204 | 215 | 0 | 55 | 52 | 5 | 543 | 121 | 111 |
| Binary | 11110010 | 10000100 | 10001101 | 0 | 101101 | 101010 | 101 | 101100011 | 1010001 | 1001001 |
Color Harmonies of #F2848D
Complementary color
Monochromatic Colors of #F2848D
Black with #F2848D
Text Example
Text Example
White with #F2848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2848D; }
p { color: rgb(242,132,141); }
H1.HeaderClassName
{
color: #F2848D;
}
.AnyTagClassName
{
color: #F2848D;
}
</style>
background-color css
<style>
a { background-color: #F2848D; }
a { background-color: rgb(242,132,141); }
div.DivClassName
{
background-color: #F2848D;
}
.BgClassName
{
background-color: #F2848D;
}
</style>
border-color css
<style>
span { border-color: #F2848D; }
span { border-color: rgb(242,132,141); }
td.TdClassName
{
border-color: #F2848D;
}
.TagClassName
{
border-color: #F2848D;
}
</style>