Shades of Carissma #F9778D
Tints of Carissma #F9778D
RGB
CMYK
RGB Variations
Color information
#F9778D (or 0xF9778D) is known color: Carissma. HEX triplet: F9, 77 and 8D. RGB value is (249,119,141). Sum of RGB (Red+Green+Blue) = 249+119+141=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9778D is #068872. Grayscale: #A0A0A0. Windows color (decimal): -428147 or 9271289. OLE color: 9271289.
HSL color Cylindrical-coordinate representation of color #F9778D: hue angle of 349.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9778D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 141 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.02 |
| HSL | 349.85º | 0.92% | 0.72% | - |
| HSV(B) | 349.85º | 0.52% | 0.98% | - |
| XYZ | 50.47 | 35.26 | 29.34 | - |
| YUV | 160.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 141 | 0 | 0.52 | 0.43 | 0.02 | 349.85 | 0.92 | 0.72 |
| Hex | F9 | 77 | 8D | 0 | 34 | 2B | 2 | 15E | 5C | 48 |
| Octal | 371 | 167 | 215 | 0 | 64 | 53 | 2 | 536 | 134 | 110 |
| Binary | 11111001 | 1110111 | 10001101 | 0 | 110100 | 101011 | 10 | 101011110 | 1011100 | 1001000 |
Color Harmonies of #F9778D
Complementary color
Monochromatic Colors of #F9778D
Black with #F9778D
Text Example
Text Example
White with #F9778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9778D; }
p { color: rgb(249,119,141); }
H1.HeaderClassName
{
color: #F9778D;
}
.AnyTagClassName
{
color: #F9778D;
}
</style>
background-color css
<style>
a { background-color: #F9778D; }
a { background-color: rgb(249,119,141); }
div.DivClassName
{
background-color: #F9778D;
}
.BgClassName
{
background-color: #F9778D;
}
</style>
border-color css
<style>
span { border-color: #F9778D; }
span { border-color: rgb(249,119,141); }
td.TdClassName
{
border-color: #F9778D;
}
.TagClassName
{
border-color: #F9778D;
}
</style>