Shades of Carissma #F0798C
Tints of Carissma #F0798C
RGB
CMYK
RGB Variations
Color information
#F0798C (or 0xF0798C) is known color: Carissma. HEX triplet: F0, 79 and 8C. RGB value is (240,121,140). Sum of RGB (Red+Green+Blue) = 240+121+140=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0798C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0798C is #0F8673. Grayscale: #9E9E9E. Windows color (decimal): -1017460 or 9206256. OLE color: 9206256.
HSL color Cylindrical-coordinate representation of color #F0798C: hue angle of 350.42º 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 #F0798C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 140 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.06 |
| HSL | 350.42º | 0.8% | 0.71% | - |
| HSV(B) | 350.42º | 0.5% | 0.94% | - |
| XYZ | 47.51 | 34.09 | 28.89 | - |
| YUV | 158.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 140 | 0 | 0.50 | 0.42 | 0.06 | 350.42 | 0.8 | 0.71 |
| Hex | F0 | 79 | 8C | 0 | 32 | 2A | 6 | 15E | 50 | 47 |
| Octal | 360 | 171 | 214 | 0 | 62 | 52 | 6 | 536 | 120 | 107 |
| Binary | 11110000 | 1111001 | 10001100 | 0 | 110010 | 101010 | 110 | 101011110 | 1010000 | 1000111 |
Color Harmonies of #F0798C
Complementary color
Monochromatic Colors of #F0798C
Black with #F0798C
Text Example
Text Example
White with #F0798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0798C; }
p { color: rgb(240,121,140); }
H1.HeaderClassName
{
color: #F0798C;
}
.AnyTagClassName
{
color: #F0798C;
}
</style>
background-color css
<style>
a { background-color: #F0798C; }
a { background-color: rgb(240,121,140); }
div.DivClassName
{
background-color: #F0798C;
}
.BgClassName
{
background-color: #F0798C;
}
</style>
border-color css
<style>
span { border-color: #F0798C; }
span { border-color: rgb(240,121,140); }
td.TdClassName
{
border-color: #F0798C;
}
.TagClassName
{
border-color: #F0798C;
}
</style>