Shades of Carissma #F3778E
Tints of Carissma #F3778E
RGB
CMYK
RGB Variations
Color information
#F3778E (or 0xF3778E) is known color: Carissma. HEX triplet: F3, 77 and 8E. RGB value is (243,119,142). Sum of RGB (Red+Green+Blue) = 243+119+142=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3778E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3778E is #0C8871. Grayscale: #9E9E9E. Windows color (decimal): -821362 or 9336819. OLE color: 9336819.
HSL color Cylindrical-coordinate representation of color #F3778E: hue angle of 348.87º 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 #F3778E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 142 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.05 |
| HSL | 348.87º | 0.84% | 0.71% | - |
| HSV(B) | 348.87º | 0.51% | 0.95% | - |
| XYZ | 48.44 | 34.2 | 29.64 | - |
| YUV | 158.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 142 | 0 | 0.51 | 0.42 | 0.05 | 348.87 | 0.84 | 0.71 |
| Hex | F3 | 77 | 8E | 0 | 33 | 2A | 5 | 15D | 54 | 47 |
| Octal | 363 | 167 | 216 | 0 | 63 | 52 | 5 | 535 | 124 | 107 |
| Binary | 11110011 | 1110111 | 10001110 | 0 | 110011 | 101010 | 101 | 101011101 | 1010100 | 1000111 |
Color Harmonies of #F3778E
Complementary color
Monochromatic Colors of #F3778E
Black with #F3778E
Text Example
Text Example
White with #F3778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3778E; }
p { color: rgb(243,119,142); }
H1.HeaderClassName
{
color: #F3778E;
}
.AnyTagClassName
{
color: #F3778E;
}
</style>
background-color css
<style>
a { background-color: #F3778E; }
a { background-color: rgb(243,119,142); }
div.DivClassName
{
background-color: #F3778E;
}
.BgClassName
{
background-color: #F3778E;
}
</style>
border-color css
<style>
span { border-color: #F3778E; }
span { border-color: rgb(243,119,142); }
td.TdClassName
{
border-color: #F3778E;
}
.TagClassName
{
border-color: #F3778E;
}
</style>