Shades of Carissma #FC7A8D
Tints of Carissma #FC7A8D
RGB
CMYK
RGB Variations
Color information
#FC7A8D (or 0xFC7A8D) is known color: Carissma. HEX triplet: FC, 7A and 8D. RGB value is (252,122,141). Sum of RGB (Red+Green+Blue) = 252+122+141=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A8D is #038572. Grayscale: #A3A3A3. Windows color (decimal): -230771 or 9272060. OLE color: 9272060.
HSL color Cylindrical-coordinate representation of color #FC7A8D: hue angle of 351.23º 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 #FC7A8D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 141 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.01 |
| HSL | 351.23º | 0.96% | 0.73% | - |
| HSV(B) | 351.23º | 0.52% | 0.99% | - |
| XYZ | 51.91 | 36.54 | 29.52 | - |
| YUV | 163.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 141 | 0 | 0.52 | 0.44 | 0.01 | 351.23 | 0.96 | 0.73 |
| Hex | FC | 7A | 8D | 0 | 34 | 2C | 1 | 15F | 60 | 49 |
| Octal | 374 | 172 | 215 | 0 | 64 | 54 | 1 | 537 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10001101 | 0 | 110100 | 101100 | 1 | 101011111 | 1100000 | 1001001 |
Color Harmonies of #FC7A8D
Complementary color
Monochromatic Colors of #FC7A8D
Black with #FC7A8D
Text Example
Text Example
White with #FC7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A8D; }
p { color: rgb(252,122,141); }
H1.HeaderClassName
{
color: #FC7A8D;
}
.AnyTagClassName
{
color: #FC7A8D;
}
</style>
background-color css
<style>
a { background-color: #FC7A8D; }
a { background-color: rgb(252,122,141); }
div.DivClassName
{
background-color: #FC7A8D;
}
.BgClassName
{
background-color: #FC7A8D;
}
</style>
border-color css
<style>
span { border-color: #FC7A8D; }
span { border-color: rgb(252,122,141); }
td.TdClassName
{
border-color: #FC7A8D;
}
.TagClassName
{
border-color: #FC7A8D;
}
</style>