Shades of Carissma #F2798C
Tints of Carissma #F2798C
RGB
CMYK
RGB Variations
Color information
#F2798C (or 0xF2798C) is known color: Carissma. HEX triplet: F2, 79 and 8C. RGB value is (242,121,140). Sum of RGB (Red+Green+Blue) = 242+121+140=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2798C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2798C is #0D8673. Grayscale: #9F9F9F. Windows color (decimal): -886388 or 9206258. OLE color: 9206258.
HSL color Cylindrical-coordinate representation of color #F2798C: hue angle of 350.58º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2798C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 140 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 350.58º | 0.82% | 0.71% | - |
| HSV(B) | 350.58º | 0.5% | 0.95% | - |
| XYZ | 48.19 | 34.45 | 28.92 | - |
| YUV | 159.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 140 | 0 | 0.50 | 0.42 | 0.05 | 350.58 | 0.82 | 0.71 |
| Hex | F2 | 79 | 8C | 0 | 32 | 2A | 5 | 15F | 52 | 47 |
| Octal | 362 | 171 | 214 | 0 | 62 | 52 | 5 | 537 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10001100 | 0 | 110010 | 101010 | 101 | 101011111 | 1010010 | 1000111 |
Color Harmonies of #F2798C
Complementary color
Monochromatic Colors of #F2798C
Black with #F2798C
Text Example
Text Example
White with #F2798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2798C; }
p { color: rgb(242,121,140); }
H1.HeaderClassName
{
color: #F2798C;
}
.AnyTagClassName
{
color: #F2798C;
}
</style>
background-color css
<style>
a { background-color: #F2798C; }
a { background-color: rgb(242,121,140); }
div.DivClassName
{
background-color: #F2798C;
}
.BgClassName
{
background-color: #F2798C;
}
</style>
border-color css
<style>
span { border-color: #F2798C; }
span { border-color: rgb(242,121,140); }
td.TdClassName
{
border-color: #F2798C;
}
.TagClassName
{
border-color: #F2798C;
}
</style>