Shades of Carissma #F3798A
Tints of Carissma #F3798A
RGB
CMYK
RGB Variations
Color information
#F3798A (or 0xF3798A) is known color: Carissma. HEX triplet: F3, 79 and 8A. RGB value is (243,121,138). Sum of RGB (Red+Green+Blue) = 243+121+138=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3798A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3798A is #0C8675. Grayscale: #9F9F9F. Windows color (decimal): -820854 or 9075187. OLE color: 9075187.
HSL color Cylindrical-coordinate representation of color #F3798A: hue angle of 351.64º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3798A is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 138 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.05 |
| HSL | 351.64º | 0.84% | 0.71% | - |
| HSV(B) | 351.64º | 0.5% | 0.95% | - |
| XYZ | 48.39 | 34.56 | 28.17 | - |
| YUV | 159.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 138 | 0 | 0.50 | 0.43 | 0.05 | 351.64 | 0.84 | 0.71 |
| Hex | F3 | 79 | 8A | 0 | 32 | 2B | 5 | 160 | 54 | 47 |
| Octal | 363 | 171 | 212 | 0 | 62 | 53 | 5 | 540 | 124 | 107 |
| Binary | 11110011 | 1111001 | 10001010 | 0 | 110010 | 101011 | 101 | 101100000 | 1010100 | 1000111 |
Color Harmonies of #F3798A
Complementary color
Monochromatic Colors of #F3798A
Black with #F3798A
Text Example
Text Example
White with #F3798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3798A; }
p { color: rgb(243,121,138); }
H1.HeaderClassName
{
color: #F3798A;
}
.AnyTagClassName
{
color: #F3798A;
}
</style>
background-color css
<style>
a { background-color: #F3798A; }
a { background-color: rgb(243,121,138); }
div.DivClassName
{
background-color: #F3798A;
}
.BgClassName
{
background-color: #F3798A;
}
</style>
border-color css
<style>
span { border-color: #F3798A; }
span { border-color: rgb(243,121,138); }
td.TdClassName
{
border-color: #F3798A;
}
.TagClassName
{
border-color: #F3798A;
}
</style>