Shades of Carissma #F2798B
Tints of Carissma #F2798B
RGB
CMYK
RGB Variations
Color information
#F2798B (or 0xF2798B) is known color: Carissma. HEX triplet: F2, 79 and 8B. RGB value is (242,121,139). Sum of RGB (Red+Green+Blue) = 242+121+139=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2798B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2798B is #0D8674. Grayscale: #9F9F9F. Windows color (decimal): -886389 or 9140722. OLE color: 9140722.
HSL color Cylindrical-coordinate representation of color #F2798B: hue angle of 351.07º 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 #F2798B is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 139 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.05 |
| HSL | 351.07º | 0.82% | 0.71% | - |
| HSV(B) | 351.07º | 0.5% | 0.95% | - |
| XYZ | 48.12 | 34.42 | 28.53 | - |
| YUV | 159.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 139 | 0 | 0.50 | 0.43 | 0.05 | 351.07 | 0.82 | 0.71 |
| Hex | F2 | 79 | 8B | 0 | 32 | 2B | 5 | 15F | 52 | 47 |
| Octal | 362 | 171 | 213 | 0 | 62 | 53 | 5 | 537 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10001011 | 0 | 110010 | 101011 | 101 | 101011111 | 1010010 | 1000111 |
Color Harmonies of #F2798B
Complementary color
Monochromatic Colors of #F2798B
Black with #F2798B
Text Example
Text Example
White with #F2798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2798B; }
p { color: rgb(242,121,139); }
H1.HeaderClassName
{
color: #F2798B;
}
.AnyTagClassName
{
color: #F2798B;
}
</style>
background-color css
<style>
a { background-color: #F2798B; }
a { background-color: rgb(242,121,139); }
div.DivClassName
{
background-color: #F2798B;
}
.BgClassName
{
background-color: #F2798B;
}
</style>
border-color css
<style>
span { border-color: #F2798B; }
span { border-color: rgb(242,121,139); }
td.TdClassName
{
border-color: #F2798B;
}
.TagClassName
{
border-color: #F2798B;
}
</style>