Shades of Carissma #F0778E
Tints of Carissma #F0778E
RGB
CMYK
RGB Variations
Color information
#F0778E (or 0xF0778E) is known color: Carissma. HEX triplet: F0, 77 and 8E. RGB value is (240,119,142). Sum of RGB (Red+Green+Blue) = 240+119+142=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0778E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0778E is #0F8871. Grayscale: #9D9D9D. Windows color (decimal): -1017970 or 9336816. OLE color: 9336816.
HSL color Cylindrical-coordinate representation of color #F0778E: hue angle of 348.6º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0778E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 142 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.06 |
| HSL | 348.6º | 0.8% | 0.7% | - |
| HSV(B) | 348.6º | 0.5% | 0.94% | - |
| XYZ | 47.41 | 33.67 | 29.59 | - |
| YUV | 157.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 142 | 0 | 0.50 | 0.41 | 0.06 | 348.6 | 0.8 | 0.7 |
| Hex | F0 | 77 | 8E | 0 | 32 | 29 | 6 | 15D | 50 | 46 |
| Octal | 360 | 167 | 216 | 0 | 62 | 51 | 6 | 535 | 120 | 106 |
| Binary | 11110000 | 1110111 | 10001110 | 0 | 110010 | 101001 | 110 | 101011101 | 1010000 | 1000110 |
Color Harmonies of #F0778E
Complementary color
Monochromatic Colors of #F0778E
Black with #F0778E
Text Example
Text Example
White with #F0778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0778E; }
p { color: rgb(240,119,142); }
H1.HeaderClassName
{
color: #F0778E;
}
.AnyTagClassName
{
color: #F0778E;
}
</style>
background-color css
<style>
a { background-color: #F0778E; }
a { background-color: rgb(240,119,142); }
div.DivClassName
{
background-color: #F0778E;
}
.BgClassName
{
background-color: #F0778E;
}
</style>
border-color css
<style>
span { border-color: #F0778E; }
span { border-color: rgb(240,119,142); }
td.TdClassName
{
border-color: #F0778E;
}
.TagClassName
{
border-color: #F0778E;
}
</style>