Shades of Carissma #F3838A
Tints of Carissma #F3838A
RGB
CMYK
RGB Variations
Color information
#F3838A (or 0xF3838A) is known color: Carissma. HEX triplet: F3, 83 and 8A. RGB value is (243,131,138). Sum of RGB (Red+Green+Blue) = 243+131+138=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3838A is #0C7C75. Grayscale: #A5A5A5. Windows color (decimal): -818294 or 9077747. OLE color: 9077747.
HSL color Cylindrical-coordinate representation of color #F3838A: hue angle of 356.25º 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 #F3838A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 138 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.05 |
| HSL | 356.25º | 0.82% | 0.73% | - |
| HSV(B) | 356.25º | 0.46% | 0.95% | - |
| XYZ | 49.67 | 37.12 | 28.59 | - |
| YUV | 165.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 138 | 0 | 0.46 | 0.43 | 0.05 | 356.25 | 0.82 | 0.73 |
| Hex | F3 | 83 | 8A | 0 | 2E | 2B | 5 | 164 | 52 | 49 |
| Octal | 363 | 203 | 212 | 0 | 56 | 53 | 5 | 544 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10001010 | 0 | 101110 | 101011 | 101 | 101100100 | 1010010 | 1001001 |
Color Harmonies of #F3838A
Complementary color
Monochromatic Colors of #F3838A
Black with #F3838A
Text Example
Text Example
White with #F3838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3838A; }
p { color: rgb(243,131,138); }
H1.HeaderClassName
{
color: #F3838A;
}
.AnyTagClassName
{
color: #F3838A;
}
</style>
background-color css
<style>
a { background-color: #F3838A; }
a { background-color: rgb(243,131,138); }
div.DivClassName
{
background-color: #F3838A;
}
.BgClassName
{
background-color: #F3838A;
}
</style>
border-color css
<style>
span { border-color: #F3838A; }
span { border-color: rgb(243,131,138); }
td.TdClassName
{
border-color: #F3838A;
}
.TagClassName
{
border-color: #F3838A;
}
</style>