Shades of Carissma #F3838D
Tints of Carissma #F3838D
RGB
CMYK
RGB Variations
Color information
#F3838D (or 0xF3838D) is known color: Carissma. HEX triplet: F3, 83 and 8D. RGB value is (243,131,141). Sum of RGB (Red+Green+Blue) = 243+131+141=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3838D is #0C7C72. Grayscale: #A5A5A5. Windows color (decimal): -818291 or 9274355. OLE color: 9274355.
HSL color Cylindrical-coordinate representation of color #F3838D: hue angle of 354.64º degrees, saturation: 0.82, 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 #F3838D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 141 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.05 |
| HSL | 354.64º | 0.82% | 0.73% | - |
| HSV(B) | 354.64º | 0.46% | 0.95% | - |
| XYZ | 49.89 | 37.21 | 29.75 | - |
| YUV | 165.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 141 | 0 | 0.46 | 0.42 | 0.05 | 354.64 | 0.82 | 0.73 |
| Hex | F3 | 83 | 8D | 0 | 2E | 2A | 5 | 163 | 52 | 49 |
| Octal | 363 | 203 | 215 | 0 | 56 | 52 | 5 | 543 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10001101 | 0 | 101110 | 101010 | 101 | 101100011 | 1010010 | 1001001 |
Color Harmonies of #F3838D
Complementary color
Monochromatic Colors of #F3838D
Black with #F3838D
Text Example
Text Example
White with #F3838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3838D; }
p { color: rgb(243,131,141); }
H1.HeaderClassName
{
color: #F3838D;
}
.AnyTagClassName
{
color: #F3838D;
}
</style>
background-color css
<style>
a { background-color: #F3838D; }
a { background-color: rgb(243,131,141); }
div.DivClassName
{
background-color: #F3838D;
}
.BgClassName
{
background-color: #F3838D;
}
</style>
border-color css
<style>
span { border-color: #F3838D; }
span { border-color: rgb(243,131,141); }
td.TdClassName
{
border-color: #F3838D;
}
.TagClassName
{
border-color: #F3838D;
}
</style>