Shades of Carissma #FD798D
Tints of Carissma #FD798D
RGB
CMYK
RGB Variations
Color information
#FD798D (or 0xFD798D) is known color: Carissma. HEX triplet: FD, 79 and 8D. RGB value is (253,121,141). Sum of RGB (Red+Green+Blue) = 253+121+141=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD798D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD798D is #028672. Grayscale: #A2A2A2. Windows color (decimal): -165491 or 9271805. OLE color: 9271805.
HSL color Cylindrical-coordinate representation of color #FD798D: hue angle of 350.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD798D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 141 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.01 |
| HSL | 350.91º | 0.97% | 0.73% | - |
| HSV(B) | 350.91º | 0.52% | 0.99% | - |
| XYZ | 52.15 | 36.48 | 29.49 | - |
| YUV | 162.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 141 | 0 | 0.52 | 0.44 | 0.01 | 350.91 | 0.97 | 0.73 |
| Hex | FD | 79 | 8D | 0 | 34 | 2C | 1 | 15F | 61 | 49 |
| Octal | 375 | 171 | 215 | 0 | 64 | 54 | 1 | 537 | 141 | 111 |
| Binary | 11111101 | 1111001 | 10001101 | 0 | 110100 | 101100 | 1 | 101011111 | 1100001 | 1001001 |
Color Harmonies of #FD798D
Complementary color
Monochromatic Colors of #FD798D
Black with #FD798D
Text Example
Text Example
White with #FD798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD798D; }
p { color: rgb(253,121,141); }
H1.HeaderClassName
{
color: #FD798D;
}
.AnyTagClassName
{
color: #FD798D;
}
</style>
background-color css
<style>
a { background-color: #FD798D; }
a { background-color: rgb(253,121,141); }
div.DivClassName
{
background-color: #FD798D;
}
.BgClassName
{
background-color: #FD798D;
}
</style>
border-color css
<style>
span { border-color: #FD798D; }
span { border-color: rgb(253,121,141); }
td.TdClassName
{
border-color: #FD798D;
}
.TagClassName
{
border-color: #FD798D;
}
</style>