Shades of Carissma #FC788A
Tints of Carissma #FC788A
RGB
CMYK
RGB Variations
Color information
#FC788A (or 0xFC788A) is known color: Carissma. HEX triplet: FC, 78 and 8A. RGB value is (252,120,138). Sum of RGB (Red+Green+Blue) = 252+120+138=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC788A is #038775. Grayscale: #A1A1A1. Windows color (decimal): -231286 or 9074940. OLE color: 9074940.
HSL color Cylindrical-coordinate representation of color #FC788A: hue angle of 351.82º 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 #FC788A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 138 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.01 |
| HSL | 351.82º | 0.96% | 0.73% | - |
| HSV(B) | 351.82º | 0.52% | 0.99% | - |
| XYZ | 51.45 | 35.96 | 28.27 | - |
| YUV | 161.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 138 | 0 | 0.52 | 0.45 | 0.01 | 351.82 | 0.96 | 0.73 |
| Hex | FC | 78 | 8A | 0 | 34 | 2D | 1 | 160 | 60 | 49 |
| Octal | 374 | 170 | 212 | 0 | 64 | 55 | 1 | 540 | 140 | 111 |
| Binary | 11111100 | 1111000 | 10001010 | 0 | 110100 | 101101 | 1 | 101100000 | 1100000 | 1001001 |
Color Harmonies of #FC788A
Complementary color
Monochromatic Colors of #FC788A
Black with #FC788A
Text Example
Text Example
White with #FC788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC788A; }
p { color: rgb(252,120,138); }
H1.HeaderClassName
{
color: #FC788A;
}
.AnyTagClassName
{
color: #FC788A;
}
</style>
background-color css
<style>
a { background-color: #FC788A; }
a { background-color: rgb(252,120,138); }
div.DivClassName
{
background-color: #FC788A;
}
.BgClassName
{
background-color: #FC788A;
}
</style>
border-color css
<style>
span { border-color: #FC788A; }
span { border-color: rgb(252,120,138); }
td.TdClassName
{
border-color: #FC788A;
}
.TagClassName
{
border-color: #FC788A;
}
</style>