Shades of Carissma #FC778C
Tints of Carissma #FC778C
RGB
CMYK
RGB Variations
Color information
#FC778C (or 0xFC778C) is known color: Carissma. HEX triplet: FC, 77 and 8C. RGB value is (252,119,140). Sum of RGB (Red+Green+Blue) = 252+119+140=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC778C is #038873. Grayscale: #A1A1A1. Windows color (decimal): -231540 or 9205756. OLE color: 9205756.
HSL color Cylindrical-coordinate representation of color #FC778C: hue angle of 350.53º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC778C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 140 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.01 |
| HSL | 350.53º | 0.96% | 0.73% | - |
| HSV(B) | 350.53º | 0.53% | 0.99% | - |
| XYZ | 51.48 | 35.78 | 29 | - |
| YUV | 161.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 140 | 0 | 0.53 | 0.44 | 0.01 | 350.53 | 0.96 | 0.73 |
| Hex | FC | 77 | 8C | 0 | 35 | 2C | 1 | 15F | 60 | 49 |
| Octal | 374 | 167 | 214 | 0 | 65 | 54 | 1 | 537 | 140 | 111 |
| Binary | 11111100 | 1110111 | 10001100 | 0 | 110101 | 101100 | 1 | 101011111 | 1100000 | 1001001 |
Color Harmonies of #FC778C
Complementary color
Monochromatic Colors of #FC778C
Black with #FC778C
Text Example
Text Example
White with #FC778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC778C; }
p { color: rgb(252,119,140); }
H1.HeaderClassName
{
color: #FC778C;
}
.AnyTagClassName
{
color: #FC778C;
}
</style>
background-color css
<style>
a { background-color: #FC778C; }
a { background-color: rgb(252,119,140); }
div.DivClassName
{
background-color: #FC778C;
}
.BgClassName
{
background-color: #FC778C;
}
</style>
border-color css
<style>
span { border-color: #FC778C; }
span { border-color: rgb(252,119,140); }
td.TdClassName
{
border-color: #FC778C;
}
.TagClassName
{
border-color: #FC778C;
}
</style>