Shades of Carissma #FD768E
Tints of Carissma #FD768E
RGB
CMYK
RGB Variations
Color information
#FD768E (or 0xFD768E) is known color: Carissma. HEX triplet: FD, 76 and 8E. RGB value is (253,118,142). Sum of RGB (Red+Green+Blue) = 253+118+142=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD768E is #028971. Grayscale: #A1A1A1. Windows color (decimal): -166258 or 9336573. OLE color: 9336573.
HSL color Cylindrical-coordinate representation of color #FD768E: hue angle of 349.33º 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 #FD768E is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 142 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.01 |
| HSL | 349.33º | 0.97% | 0.73% | - |
| HSV(B) | 349.33º | 0.53% | 0.99% | - |
| XYZ | 51.87 | 35.79 | 29.77 | - |
| YUV | 161.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 142 | 0 | 0.53 | 0.44 | 0.01 | 349.33 | 0.97 | 0.73 |
| Hex | FD | 76 | 8E | 0 | 35 | 2C | 1 | 15D | 61 | 49 |
| Octal | 375 | 166 | 216 | 0 | 65 | 54 | 1 | 535 | 141 | 111 |
| Binary | 11111101 | 1110110 | 10001110 | 0 | 110101 | 101100 | 1 | 101011101 | 1100001 | 1001001 |
Color Harmonies of #FD768E
Complementary color
Monochromatic Colors of #FD768E
Black with #FD768E
Text Example
Text Example
White with #FD768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD768E; }
p { color: rgb(253,118,142); }
H1.HeaderClassName
{
color: #FD768E;
}
.AnyTagClassName
{
color: #FD768E;
}
</style>
background-color css
<style>
a { background-color: #FD768E; }
a { background-color: rgb(253,118,142); }
div.DivClassName
{
background-color: #FD768E;
}
.BgClassName
{
background-color: #FD768E;
}
</style>
border-color css
<style>
span { border-color: #FD768E; }
span { border-color: rgb(253,118,142); }
td.TdClassName
{
border-color: #FD768E;
}
.TagClassName
{
border-color: #FD768E;
}
</style>