Shades of Carissma #F0788C
Tints of Carissma #F0788C
RGB
CMYK
RGB Variations
Color information
#F0788C (or 0xF0788C) is known color: Carissma. HEX triplet: F0, 78 and 8C. RGB value is (240,120,140). Sum of RGB (Red+Green+Blue) = 240+120+140=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0788C is #0F8773. Grayscale: #9E9E9E. Windows color (decimal): -1017716 or 9206000. OLE color: 9206000.
HSL color Cylindrical-coordinate representation of color #F0788C: hue angle of 350º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0788C is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 140 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.06 |
| HSL | 350º | 0.8% | 0.71% | - |
| HSV(B) | 350º | 0.5% | 0.94% | - |
| XYZ | 47.39 | 33.85 | 28.85 | - |
| YUV | 158.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 140 | 0 | 0.5 | 0.42 | 0.06 | 350 | 0.8 | 0.71 |
| Hex | F0 | 78 | 8C | 0 | 32 | 2A | 6 | 15E | 50 | 47 |
| Octal | 360 | 170 | 214 | 0 | 62 | 52 | 6 | 536 | 120 | 107 |
| Binary | 11110000 | 1111000 | 10001100 | 0 | 110010 | 101010 | 110 | 101011110 | 1010000 | 1000111 |
Color Harmonies of #F0788C
Complementary color
Monochromatic Colors of #F0788C
Black with #F0788C
Text Example
Text Example
White with #F0788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0788C; }
p { color: rgb(240,120,140); }
H1.HeaderClassName
{
color: #F0788C;
}
.AnyTagClassName
{
color: #F0788C;
}
</style>
background-color css
<style>
a { background-color: #F0788C; }
a { background-color: rgb(240,120,140); }
div.DivClassName
{
background-color: #F0788C;
}
.BgClassName
{
background-color: #F0788C;
}
</style>
border-color css
<style>
span { border-color: #F0788C; }
span { border-color: rgb(240,120,140); }
td.TdClassName
{
border-color: #F0788C;
}
.TagClassName
{
border-color: #F0788C;
}
</style>