Shades of Carissma #F3838C
Tints of Carissma #F3838C
RGB
CMYK
RGB Variations
Color information
#F3838C (or 0xF3838C) is known color: Carissma. HEX triplet: F3, 83 and 8C. RGB value is (243,131,140). Sum of RGB (Red+Green+Blue) = 243+131+140=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3838C is #0C7C73. Grayscale: #A5A5A5. Windows color (decimal): -818292 or 9208819. OLE color: 9208819.
HSL color Cylindrical-coordinate representation of color #F3838C: hue angle of 355.18º 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 #F3838C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 140 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.05 |
| HSL | 355.18º | 0.82% | 0.73% | - |
| HSV(B) | 355.18º | 0.46% | 0.95% | - |
| XYZ | 49.81 | 37.18 | 29.36 | - |
| YUV | 165.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 140 | 0 | 0.46 | 0.42 | 0.05 | 355.18 | 0.82 | 0.73 |
| Hex | F3 | 83 | 8C | 0 | 2E | 2A | 5 | 163 | 52 | 49 |
| Octal | 363 | 203 | 214 | 0 | 56 | 52 | 5 | 543 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10001100 | 0 | 101110 | 101010 | 101 | 101100011 | 1010010 | 1001001 |
Color Harmonies of #F3838C
Complementary color
Monochromatic Colors of #F3838C
Black with #F3838C
Text Example
Text Example
White with #F3838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3838C; }
p { color: rgb(243,131,140); }
H1.HeaderClassName
{
color: #F3838C;
}
.AnyTagClassName
{
color: #F3838C;
}
</style>
background-color css
<style>
a { background-color: #F3838C; }
a { background-color: rgb(243,131,140); }
div.DivClassName
{
background-color: #F3838C;
}
.BgClassName
{
background-color: #F3838C;
}
</style>
border-color css
<style>
span { border-color: #F3838C; }
span { border-color: rgb(243,131,140); }
td.TdClassName
{
border-color: #F3838C;
}
.TagClassName
{
border-color: #F3838C;
}
</style>