Shades of Carissma #F3838B
Tints of Carissma #F3838B
RGB
CMYK
RGB Variations
Color information
#F3838B (or 0xF3838B) is known color: Carissma. HEX triplet: F3, 83 and 8B. RGB value is (243,131,139). Sum of RGB (Red+Green+Blue) = 243+131+139=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3838B is #0C7C74. Grayscale: #A5A5A5. Windows color (decimal): -818293 or 9143283. OLE color: 9143283.
HSL color Cylindrical-coordinate representation of color #F3838B: hue angle of 355.71º 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 #F3838B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 139 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.05 |
| HSL | 355.71º | 0.82% | 0.73% | - |
| HSV(B) | 355.71º | 0.46% | 0.95% | - |
| XYZ | 49.74 | 37.15 | 28.98 | - |
| YUV | 165.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 139 | 0 | 0.46 | 0.43 | 0.05 | 355.71 | 0.82 | 0.73 |
| Hex | F3 | 83 | 8B | 0 | 2E | 2B | 5 | 164 | 52 | 49 |
| Octal | 363 | 203 | 213 | 0 | 56 | 53 | 5 | 544 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10001011 | 0 | 101110 | 101011 | 101 | 101100100 | 1010010 | 1001001 |
Color Harmonies of #F3838B
Complementary color
Monochromatic Colors of #F3838B
Black with #F3838B
Text Example
Text Example
White with #F3838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3838B; }
p { color: rgb(243,131,139); }
H1.HeaderClassName
{
color: #F3838B;
}
.AnyTagClassName
{
color: #F3838B;
}
</style>
background-color css
<style>
a { background-color: #F3838B; }
a { background-color: rgb(243,131,139); }
div.DivClassName
{
background-color: #F3838B;
}
.BgClassName
{
background-color: #F3838B;
}
</style>
border-color css
<style>
span { border-color: #F3838B; }
span { border-color: rgb(243,131,139); }
td.TdClassName
{
border-color: #F3838B;
}
.TagClassName
{
border-color: #F3838B;
}
</style>