Shades of Carissma #FC7B8A
Tints of Carissma #FC7B8A
RGB
CMYK
RGB Variations
Color information
#FC7B8A (or 0xFC7B8A) is known color: Carissma. HEX triplet: FC, 7B and 8A. RGB value is (252,123,138). Sum of RGB (Red+Green+Blue) = 252+123+138=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B8A is #038475. Grayscale: #A3A3A3. Windows color (decimal): -230518 or 9075708. OLE color: 9075708.
HSL color Cylindrical-coordinate representation of color #FC7B8A: hue angle of 353.02º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7B8A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 138 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.01 |
| HSL | 353.02º | 0.96% | 0.74% | - |
| HSV(B) | 353.02º | 0.51% | 0.99% | - |
| XYZ | 51.82 | 36.7 | 28.4 | - |
| YUV | 163.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 138 | 0 | 0.51 | 0.45 | 0.01 | 353.02 | 0.96 | 0.74 |
| Hex | FC | 7B | 8A | 0 | 33 | 2D | 1 | 161 | 60 | 4A |
| Octal | 374 | 173 | 212 | 0 | 63 | 55 | 1 | 541 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10001010 | 0 | 110011 | 101101 | 1 | 101100001 | 1100000 | 1001010 |
Color Harmonies of #FC7B8A
Complementary color
Monochromatic Colors of #FC7B8A
Black with #FC7B8A
Text Example
Text Example
White with #FC7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B8A; }
p { color: rgb(252,123,138); }
H1.HeaderClassName
{
color: #FC7B8A;
}
.AnyTagClassName
{
color: #FC7B8A;
}
</style>
background-color css
<style>
a { background-color: #FC7B8A; }
a { background-color: rgb(252,123,138); }
div.DivClassName
{
background-color: #FC7B8A;
}
.BgClassName
{
background-color: #FC7B8A;
}
</style>
border-color css
<style>
span { border-color: #FC7B8A; }
span { border-color: rgb(252,123,138); }
td.TdClassName
{
border-color: #FC7B8A;
}
.TagClassName
{
border-color: #FC7B8A;
}
</style>