Shades of Carissma #FC7D8D
Tints of Carissma #FC7D8D
RGB
CMYK
RGB Variations
Color information
#FC7D8D (or 0xFC7D8D) is known color: Carissma. HEX triplet: FC, 7D and 8D. RGB value is (252,125,141). Sum of RGB (Red+Green+Blue) = 252+125+141=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D8D is #038272. Grayscale: #A4A4A4. Windows color (decimal): -230003 or 9272828. OLE color: 9272828.
HSL color Cylindrical-coordinate representation of color #FC7D8D: hue angle of 352.44º 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 #FC7D8D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 141 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.01 |
| HSL | 352.44º | 0.95% | 0.74% | - |
| HSV(B) | 352.44º | 0.5% | 0.99% | - |
| XYZ | 52.29 | 37.29 | 29.64 | - |
| YUV | 164.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 141 | 0 | 0.50 | 0.44 | 0.01 | 352.44 | 0.95 | 0.74 |
| Hex | FC | 7D | 8D | 0 | 32 | 2C | 1 | 160 | 5F | 4A |
| Octal | 374 | 175 | 215 | 0 | 62 | 54 | 1 | 540 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10001101 | 0 | 110010 | 101100 | 1 | 101100000 | 1011111 | 1001010 |
Color Harmonies of #FC7D8D
Complementary color
Monochromatic Colors of #FC7D8D
Black with #FC7D8D
Text Example
Text Example
White with #FC7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D8D; }
p { color: rgb(252,125,141); }
H1.HeaderClassName
{
color: #FC7D8D;
}
.AnyTagClassName
{
color: #FC7D8D;
}
</style>
background-color css
<style>
a { background-color: #FC7D8D; }
a { background-color: rgb(252,125,141); }
div.DivClassName
{
background-color: #FC7D8D;
}
.BgClassName
{
background-color: #FC7D8D;
}
</style>
border-color css
<style>
span { border-color: #FC7D8D; }
span { border-color: rgb(252,125,141); }
td.TdClassName
{
border-color: #FC7D8D;
}
.TagClassName
{
border-color: #FC7D8D;
}
</style>