Shades of Carissma #F2838D
Tints of Carissma #F2838D
RGB
CMYK
RGB Variations
Color information
#F2838D (or 0xF2838D) is known color: Carissma. HEX triplet: F2, 83 and 8D. RGB value is (242,131,141). Sum of RGB (Red+Green+Blue) = 242+131+141=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2838D is #0D7C72. Grayscale: #A5A5A5. Windows color (decimal): -883827 or 9274354. OLE color: 9274354.
HSL color Cylindrical-coordinate representation of color #F2838D: hue angle of 354.59º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2838D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 141 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.05 |
| HSL | 354.59º | 0.81% | 0.73% | - |
| HSV(B) | 354.59º | 0.46% | 0.95% | - |
| XYZ | 49.54 | 37.03 | 29.74 | - |
| YUV | 165.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 141 | 0 | 0.46 | 0.42 | 0.05 | 354.59 | 0.81 | 0.73 |
| Hex | F2 | 83 | 8D | 0 | 2E | 2A | 5 | 163 | 51 | 49 |
| Octal | 362 | 203 | 215 | 0 | 56 | 52 | 5 | 543 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10001101 | 0 | 101110 | 101010 | 101 | 101100011 | 1010001 | 1001001 |
Color Harmonies of #F2838D
Complementary color
Monochromatic Colors of #F2838D
Black with #F2838D
Text Example
Text Example
White with #F2838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2838D; }
p { color: rgb(242,131,141); }
H1.HeaderClassName
{
color: #F2838D;
}
.AnyTagClassName
{
color: #F2838D;
}
</style>
background-color css
<style>
a { background-color: #F2838D; }
a { background-color: rgb(242,131,141); }
div.DivClassName
{
background-color: #F2838D;
}
.BgClassName
{
background-color: #F2838D;
}
</style>
border-color css
<style>
span { border-color: #F2838D; }
span { border-color: rgb(242,131,141); }
td.TdClassName
{
border-color: #F2838D;
}
.TagClassName
{
border-color: #F2838D;
}
</style>