Shades of Carissma #FE778D
Tints of Carissma #FE778D
RGB
CMYK
RGB Variations
Color information
#FE778D (or 0xFE778D) is known color: Carissma. HEX triplet: FE, 77 and 8D. RGB value is (254,119,141). Sum of RGB (Red+Green+Blue) = 254+119+141=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE778D is #018872. Grayscale: #A1A1A1. Windows color (decimal): -100467 or 9271294. OLE color: 9271294.
HSL color Cylindrical-coordinate representation of color #FE778D: hue angle of 350.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE778D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 141 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.00 |
| HSL | 350.22º | 0.99% | 0.73% | - |
| HSV(B) | 350.22º | 0.53% | 1% | - |
| XYZ | 52.28 | 36.19 | 29.43 | - |
| YUV | 161.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 141 | 0 | 0.53 | 0.44 | 0.00 | 350.22 | 0.99 | 0.73 |
| Hex | FE | 77 | 8D | 0 | 35 | 2C | 0 | 15E | 63 | 49 |
| Octal | 376 | 167 | 215 | 0 | 65 | 54 | 0 | 536 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10001101 | 0 | 110101 | 101100 | 0 | 101011110 | 1100011 | 1001001 |
Color Harmonies of #FE778D
Complementary color
Monochromatic Colors of #FE778D
Black with #FE778D
Text Example
Text Example
White with #FE778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE778D; }
p { color: rgb(254,119,141); }
H1.HeaderClassName
{
color: #FE778D;
}
.AnyTagClassName
{
color: #FE778D;
}
</style>
background-color css
<style>
a { background-color: #FE778D; }
a { background-color: rgb(254,119,141); }
div.DivClassName
{
background-color: #FE778D;
}
.BgClassName
{
background-color: #FE778D;
}
</style>
border-color css
<style>
span { border-color: #FE778D; }
span { border-color: rgb(254,119,141); }
td.TdClassName
{
border-color: #FE778D;
}
.TagClassName
{
border-color: #FE778D;
}
</style>