Shades of Carissma #FC7D89
Tints of Carissma #FC7D89
RGB
CMYK
RGB Variations
Color information
#FC7D89 (or 0xFC7D89) is known color: Carissma. HEX triplet: FC, 7D and 89. RGB value is (252,125,137). Sum of RGB (Red+Green+Blue) = 252+125+137=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D89 is #038276. Grayscale: #A4A4A4. Windows color (decimal): -230007 or 9010684. OLE color: 9010684.
HSL color Cylindrical-coordinate representation of color #FC7D89: hue angle of 354.33º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7D89 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 137 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.01 |
| HSL | 354.33º | 0.95% | 0.74% | - |
| HSV(B) | 354.33º | 0.5% | 0.99% | - |
| XYZ | 51.99 | 37.17 | 28.1 | - |
| YUV | 164.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 137 | 0 | 0.50 | 0.46 | 0.01 | 354.33 | 0.95 | 0.74 |
| Hex | FC | 7D | 89 | 0 | 32 | 2E | 1 | 162 | 5F | 4A |
| Octal | 374 | 175 | 211 | 0 | 62 | 56 | 1 | 542 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10001001 | 0 | 110010 | 101110 | 1 | 101100010 | 1011111 | 1001010 |
Color Harmonies of #FC7D89
Complementary color
Monochromatic Colors of #FC7D89
Black with #FC7D89
Text Example
Text Example
White with #FC7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D89; }
p { color: rgb(252,125,137); }
H1.HeaderClassName
{
color: #FC7D89;
}
.AnyTagClassName
{
color: #FC7D89;
}
</style>
background-color css
<style>
a { background-color: #FC7D89; }
a { background-color: rgb(252,125,137); }
div.DivClassName
{
background-color: #FC7D89;
}
.BgClassName
{
background-color: #FC7D89;
}
</style>
border-color css
<style>
span { border-color: #FC7D89; }
span { border-color: rgb(252,125,137); }
td.TdClassName
{
border-color: #FC7D89;
}
.TagClassName
{
border-color: #FC7D89;
}
</style>