Shades of Carissma #FC7A8C
Tints of Carissma #FC7A8C
RGB
CMYK
RGB Variations
Color information
#FC7A8C (or 0xFC7A8C) is known color: Carissma. HEX triplet: FC, 7A and 8C. RGB value is (252,122,140). Sum of RGB (Red+Green+Blue) = 252+122+140=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A8C is #038573. Grayscale: #A2A2A2. Windows color (decimal): -230772 or 9206524. OLE color: 9206524.
HSL color Cylindrical-coordinate representation of color #FC7A8C: hue angle of 351.69º 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 #FC7A8C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 140 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.01 |
| HSL | 351.69º | 0.96% | 0.73% | - |
| HSV(B) | 351.69º | 0.52% | 0.99% | - |
| XYZ | 51.84 | 36.51 | 29.13 | - |
| YUV | 162.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 140 | 0 | 0.52 | 0.44 | 0.01 | 351.69 | 0.96 | 0.73 |
| Hex | FC | 7A | 8C | 0 | 34 | 2C | 1 | 160 | 60 | 49 |
| Octal | 374 | 172 | 214 | 0 | 64 | 54 | 1 | 540 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10001100 | 0 | 110100 | 101100 | 1 | 101100000 | 1100000 | 1001001 |
Color Harmonies of #FC7A8C
Complementary color
Monochromatic Colors of #FC7A8C
Black with #FC7A8C
Text Example
Text Example
White with #FC7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A8C; }
p { color: rgb(252,122,140); }
H1.HeaderClassName
{
color: #FC7A8C;
}
.AnyTagClassName
{
color: #FC7A8C;
}
</style>
background-color css
<style>
a { background-color: #FC7A8C; }
a { background-color: rgb(252,122,140); }
div.DivClassName
{
background-color: #FC7A8C;
}
.BgClassName
{
background-color: #FC7A8C;
}
</style>
border-color css
<style>
span { border-color: #FC7A8C; }
span { border-color: rgb(252,122,140); }
td.TdClassName
{
border-color: #FC7A8C;
}
.TagClassName
{
border-color: #FC7A8C;
}
</style>