Shades of Carissma #FC798D
Tints of Carissma #FC798D
RGB
CMYK
RGB Variations
Color information
#FC798D (or 0xFC798D) is known color: Carissma. HEX triplet: FC, 79 and 8D. RGB value is (252,121,141). Sum of RGB (Red+Green+Blue) = 252+121+141=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC798D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC798D is #038672. Grayscale: #A2A2A2. Windows color (decimal): -231027 or 9271804. OLE color: 9271804.
HSL color Cylindrical-coordinate representation of color #FC798D: hue angle of 350.84º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC798D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 141 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.01 |
| HSL | 350.84º | 0.96% | 0.73% | - |
| HSV(B) | 350.84º | 0.52% | 0.99% | - |
| XYZ | 51.79 | 36.29 | 29.47 | - |
| YUV | 162.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 141 | 0 | 0.52 | 0.44 | 0.01 | 350.84 | 0.96 | 0.73 |
| Hex | FC | 79 | 8D | 0 | 34 | 2C | 1 | 15F | 60 | 49 |
| Octal | 374 | 171 | 215 | 0 | 64 | 54 | 1 | 537 | 140 | 111 |
| Binary | 11111100 | 1111001 | 10001101 | 0 | 110100 | 101100 | 1 | 101011111 | 1100000 | 1001001 |
Color Harmonies of #FC798D
Complementary color
Monochromatic Colors of #FC798D
Black with #FC798D
Text Example
Text Example
White with #FC798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC798D; }
p { color: rgb(252,121,141); }
H1.HeaderClassName
{
color: #FC798D;
}
.AnyTagClassName
{
color: #FC798D;
}
</style>
background-color css
<style>
a { background-color: #FC798D; }
a { background-color: rgb(252,121,141); }
div.DivClassName
{
background-color: #FC798D;
}
.BgClassName
{
background-color: #FC798D;
}
</style>
border-color css
<style>
span { border-color: #FC798D; }
span { border-color: rgb(252,121,141); }
td.TdClassName
{
border-color: #FC798D;
}
.TagClassName
{
border-color: #FC798D;
}
</style>