Shades of Carissma #FC7A8A
Tints of Carissma #FC7A8A
RGB
CMYK
RGB Variations
Color information
#FC7A8A (or 0xFC7A8A) is known color: Carissma. HEX triplet: FC, 7A and 8A. RGB value is (252,122,138). Sum of RGB (Red+Green+Blue) = 252+122+138=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A8A is #038575. Grayscale: #A2A2A2. Windows color (decimal): -230774 or 9075452. OLE color: 9075452.
HSL color Cylindrical-coordinate representation of color #FC7A8A: hue angle of 352.62º 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 #FC7A8A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 138 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.01 |
| HSL | 352.62º | 0.96% | 0.73% | - |
| HSV(B) | 352.62º | 0.52% | 0.99% | - |
| XYZ | 51.69 | 36.45 | 28.36 | - |
| YUV | 162.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 138 | 0 | 0.52 | 0.45 | 0.01 | 352.62 | 0.96 | 0.73 |
| Hex | FC | 7A | 8A | 0 | 34 | 2D | 1 | 161 | 60 | 49 |
| Octal | 374 | 172 | 212 | 0 | 64 | 55 | 1 | 541 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10001010 | 0 | 110100 | 101101 | 1 | 101100001 | 1100000 | 1001001 |
Color Harmonies of #FC7A8A
Complementary color
Monochromatic Colors of #FC7A8A
Black with #FC7A8A
Text Example
Text Example
White with #FC7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A8A; }
p { color: rgb(252,122,138); }
H1.HeaderClassName
{
color: #FC7A8A;
}
.AnyTagClassName
{
color: #FC7A8A;
}
</style>
background-color css
<style>
a { background-color: #FC7A8A; }
a { background-color: rgb(252,122,138); }
div.DivClassName
{
background-color: #FC7A8A;
}
.BgClassName
{
background-color: #FC7A8A;
}
</style>
border-color css
<style>
span { border-color: #FC7A8A; }
span { border-color: rgb(252,122,138); }
td.TdClassName
{
border-color: #FC7A8A;
}
.TagClassName
{
border-color: #FC7A8A;
}
</style>