Shades of Carissma #FD778D
Tints of Carissma #FD778D
RGB
CMYK
RGB Variations
Color information
#FD778D (or 0xFD778D) is known color: Carissma. HEX triplet: FD, 77 and 8D. RGB value is (253,119,141). Sum of RGB (Red+Green+Blue) = 253+119+141=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD778D is #028872. Grayscale: #A1A1A1. Windows color (decimal): -166003 or 9271293. OLE color: 9271293.
HSL color Cylindrical-coordinate representation of color #FD778D: hue angle of 350.15º degrees, saturation: 0.97, 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 #FD778D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 141 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.01 |
| HSL | 350.15º | 0.97% | 0.73% | - |
| HSV(B) | 350.15º | 0.53% | 0.99% | - |
| XYZ | 51.91 | 36 | 29.41 | - |
| YUV | 161.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 141 | 0 | 0.53 | 0.44 | 0.01 | 350.15 | 0.97 | 0.73 |
| Hex | FD | 77 | 8D | 0 | 35 | 2C | 1 | 15E | 61 | 49 |
| Octal | 375 | 167 | 215 | 0 | 65 | 54 | 1 | 536 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10001101 | 0 | 110101 | 101100 | 1 | 101011110 | 1100001 | 1001001 |
Color Harmonies of #FD778D
Complementary color
Monochromatic Colors of #FD778D
Black with #FD778D
Text Example
Text Example
White with #FD778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD778D; }
p { color: rgb(253,119,141); }
H1.HeaderClassName
{
color: #FD778D;
}
.AnyTagClassName
{
color: #FD778D;
}
</style>
background-color css
<style>
a { background-color: #FD778D; }
a { background-color: rgb(253,119,141); }
div.DivClassName
{
background-color: #FD778D;
}
.BgClassName
{
background-color: #FD778D;
}
</style>
border-color css
<style>
span { border-color: #FD778D; }
span { border-color: rgb(253,119,141); }
td.TdClassName
{
border-color: #FD778D;
}
.TagClassName
{
border-color: #FD778D;
}
</style>