Shades of Carissma #FC7890
Tints of Carissma #FC7890
RGB
CMYK
RGB Variations
Color information
#FC7890 (or 0xFC7890) is known color: Carissma. HEX triplet: FC, 78 and 90. RGB value is (252,120,144). Sum of RGB (Red+Green+Blue) = 252+120+144=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7890 is #03876F. Grayscale: #A2A2A2. Windows color (decimal): -231280 or 9468156. OLE color: 9468156.
HSL color Cylindrical-coordinate representation of color #FC7890: hue angle of 349.09º 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 #FC7890 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 144 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.01 |
| HSL | 349.09º | 0.96% | 0.73% | - |
| HSV(B) | 349.09º | 0.52% | 0.99% | - |
| XYZ | 51.9 | 36.14 | 30.63 | - |
| YUV | 162.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 144 | 0 | 0.52 | 0.43 | 0.01 | 349.09 | 0.96 | 0.73 |
| Hex | FC | 78 | 90 | 0 | 34 | 2B | 1 | 15D | 60 | 49 |
| Octal | 374 | 170 | 220 | 0 | 64 | 53 | 1 | 535 | 140 | 111 |
| Binary | 11111100 | 1111000 | 10010000 | 0 | 110100 | 101011 | 1 | 101011101 | 1100000 | 1001001 |
Color Harmonies of #FC7890
Complementary color
Monochromatic Colors of #FC7890
Black with #FC7890
Text Example
Text Example
White with #FC7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7890; }
p { color: rgb(252,120,144); }
H1.HeaderClassName
{
color: #FC7890;
}
.AnyTagClassName
{
color: #FC7890;
}
</style>
background-color css
<style>
a { background-color: #FC7890; }
a { background-color: rgb(252,120,144); }
div.DivClassName
{
background-color: #FC7890;
}
.BgClassName
{
background-color: #FC7890;
}
</style>
border-color css
<style>
span { border-color: #FC7890; }
span { border-color: rgb(252,120,144); }
td.TdClassName
{
border-color: #FC7890;
}
.TagClassName
{
border-color: #FC7890;
}
</style>