Shades of Carissma #FC768D
Tints of Carissma #FC768D
RGB
CMYK
RGB Variations
Color information
#FC768D (or 0xFC768D) is known color: Carissma. HEX triplet: FC, 76 and 8D. RGB value is (252,118,141). Sum of RGB (Red+Green+Blue) = 252+118+141=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC768D is #038972. Grayscale: #A0A0A0. Windows color (decimal): -231795 or 9271036. OLE color: 9271036.
HSL color Cylindrical-coordinate representation of color #FC768D: hue angle of 349.7º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC768D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 141 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.01 |
| HSL | 349.7º | 0.96% | 0.73% | - |
| HSV(B) | 349.7º | 0.53% | 0.99% | - |
| XYZ | 51.43 | 35.58 | 29.36 | - |
| YUV | 160.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 141 | 0 | 0.53 | 0.44 | 0.01 | 349.7 | 0.96 | 0.73 |
| Hex | FC | 76 | 8D | 0 | 35 | 2C | 1 | 15E | 60 | 49 |
| Octal | 374 | 166 | 215 | 0 | 65 | 54 | 1 | 536 | 140 | 111 |
| Binary | 11111100 | 1110110 | 10001101 | 0 | 110101 | 101100 | 1 | 101011110 | 1100000 | 1001001 |
Color Harmonies of #FC768D
Complementary color
Monochromatic Colors of #FC768D
Black with #FC768D
Text Example
Text Example
White with #FC768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC768D; }
p { color: rgb(252,118,141); }
H1.HeaderClassName
{
color: #FC768D;
}
.AnyTagClassName
{
color: #FC768D;
}
</style>
background-color css
<style>
a { background-color: #FC768D; }
a { background-color: rgb(252,118,141); }
div.DivClassName
{
background-color: #FC768D;
}
.BgClassName
{
background-color: #FC768D;
}
</style>
border-color css
<style>
span { border-color: #FC768D; }
span { border-color: rgb(252,118,141); }
td.TdClassName
{
border-color: #FC768D;
}
.TagClassName
{
border-color: #FC768D;
}
</style>