Shades of Carissma #F3778C
Tints of Carissma #F3778C
RGB
CMYK
RGB Variations
Color information
#F3778C (or 0xF3778C) is known color: Carissma. HEX triplet: F3, 77 and 8C. RGB value is (243,119,140). Sum of RGB (Red+Green+Blue) = 243+119+140=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3778C is #0C8873. Grayscale: #9E9E9E. Windows color (decimal): -821364 or 9205747. OLE color: 9205747.
HSL color Cylindrical-coordinate representation of color #F3778C: hue angle of 349.84º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3778C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 140 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.05 |
| HSL | 349.84º | 0.84% | 0.71% | - |
| HSV(B) | 349.84º | 0.51% | 0.95% | - |
| XYZ | 48.29 | 34.14 | 28.86 | - |
| YUV | 158.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 140 | 0 | 0.51 | 0.42 | 0.05 | 349.84 | 0.84 | 0.71 |
| Hex | F3 | 77 | 8C | 0 | 33 | 2A | 5 | 15E | 54 | 47 |
| Octal | 363 | 167 | 214 | 0 | 63 | 52 | 5 | 536 | 124 | 107 |
| Binary | 11110011 | 1110111 | 10001100 | 0 | 110011 | 101010 | 101 | 101011110 | 1010100 | 1000111 |
Color Harmonies of #F3778C
Complementary color
Monochromatic Colors of #F3778C
Black with #F3778C
Text Example
Text Example
White with #F3778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3778C; }
p { color: rgb(243,119,140); }
H1.HeaderClassName
{
color: #F3778C;
}
.AnyTagClassName
{
color: #F3778C;
}
</style>
background-color css
<style>
a { background-color: #F3778C; }
a { background-color: rgb(243,119,140); }
div.DivClassName
{
background-color: #F3778C;
}
.BgClassName
{
background-color: #F3778C;
}
</style>
border-color css
<style>
span { border-color: #F3778C; }
span { border-color: rgb(243,119,140); }
td.TdClassName
{
border-color: #F3778C;
}
.TagClassName
{
border-color: #F3778C;
}
</style>