Shades of Carissma #FC7C90
Tints of Carissma #FC7C90
RGB
CMYK
RGB Variations
Color information
#FC7C90 (or 0xFC7C90) is known color: Carissma. HEX triplet: FC, 7C and 90. RGB value is (252,124,144). Sum of RGB (Red+Green+Blue) = 252+124+144=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7C90 is #03836F. Grayscale: #A4A4A4. Windows color (decimal): -230256 or 9469180. OLE color: 9469180.
HSL color Cylindrical-coordinate representation of color #FC7C90: hue angle of 350.62º 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 #FC7C90 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 144 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.01 |
| HSL | 350.63º | 0.96% | 0.74% | - |
| HSV(B) | 350.63º | 0.51% | 0.99% | - |
| XYZ | 52.39 | 37.12 | 30.79 | - |
| YUV | 164.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 144 | 0 | 0.51 | 0.43 | 0.01 | 350.63 | 0.96 | 0.74 |
| Hex | FC | 7C | 90 | 0 | 33 | 2B | 1 | 15F | 60 | 4A |
| Octal | 374 | 174 | 220 | 0 | 63 | 53 | 1 | 537 | 140 | 112 |
| Binary | 11111100 | 1111100 | 10010000 | 0 | 110011 | 101011 | 1 | 101011111 | 1100000 | 1001010 |
Color Harmonies of #FC7C90
Complementary color
Monochromatic Colors of #FC7C90
Black with #FC7C90
Text Example
Text Example
White with #FC7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C90; }
p { color: rgb(252,124,144); }
H1.HeaderClassName
{
color: #FC7C90;
}
.AnyTagClassName
{
color: #FC7C90;
}
</style>
background-color css
<style>
a { background-color: #FC7C90; }
a { background-color: rgb(252,124,144); }
div.DivClassName
{
background-color: #FC7C90;
}
.BgClassName
{
background-color: #FC7C90;
}
</style>
border-color css
<style>
span { border-color: #FC7C90; }
span { border-color: rgb(252,124,144); }
td.TdClassName
{
border-color: #FC7C90;
}
.TagClassName
{
border-color: #FC7C90;
}
</style>