Shades of Carissma #F3838E
Tints of Carissma #F3838E
RGB
CMYK
RGB Variations
Color information
#F3838E (or 0xF3838E) is known color: Carissma. HEX triplet: F3, 83 and 8E. RGB value is (243,131,142). Sum of RGB (Red+Green+Blue) = 243+131+142=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3838E is #0C7C71. Grayscale: #A5A5A5. Windows color (decimal): -818290 or 9339891. OLE color: 9339891.
HSL color Cylindrical-coordinate representation of color #F3838E: hue angle of 354.11º 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 #F3838E is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 142 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.05 |
| HSL | 354.11º | 0.82% | 0.73% | - |
| HSV(B) | 354.11º | 0.46% | 0.95% | - |
| XYZ | 49.96 | 37.24 | 30.15 | - |
| YUV | 165.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 142 | 0 | 0.46 | 0.42 | 0.05 | 354.11 | 0.82 | 0.73 |
| Hex | F3 | 83 | 8E | 0 | 2E | 2A | 5 | 162 | 52 | 49 |
| Octal | 363 | 203 | 216 | 0 | 56 | 52 | 5 | 542 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10001110 | 0 | 101110 | 101010 | 101 | 101100010 | 1010010 | 1001001 |
Color Harmonies of #F3838E
Complementary color
Monochromatic Colors of #F3838E
Black with #F3838E
Text Example
Text Example
White with #F3838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3838E; }
p { color: rgb(243,131,142); }
H1.HeaderClassName
{
color: #F3838E;
}
.AnyTagClassName
{
color: #F3838E;
}
</style>
background-color css
<style>
a { background-color: #F3838E; }
a { background-color: rgb(243,131,142); }
div.DivClassName
{
background-color: #F3838E;
}
.BgClassName
{
background-color: #F3838E;
}
</style>
border-color css
<style>
span { border-color: #F3838E; }
span { border-color: rgb(243,131,142); }
td.TdClassName
{
border-color: #F3838E;
}
.TagClassName
{
border-color: #F3838E;
}
</style>