Shades of Carissma #F9778B
Tints of Carissma #F9778B
RGB
CMYK
RGB Variations
Color information
#F9778B (or 0xF9778B) is known color: Carissma. HEX triplet: F9, 77 and 8B. RGB value is (249,119,139). Sum of RGB (Red+Green+Blue) = 249+119+139=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9778B is #068874. Grayscale: #A0A0A0. Windows color (decimal): -428149 or 9140217. OLE color: 9140217.
HSL color Cylindrical-coordinate representation of color #F9778B: hue angle of 350.77º 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 #F9778B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 139 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.02 |
| HSL | 350.77º | 0.92% | 0.72% | - |
| HSV(B) | 350.77º | 0.52% | 0.98% | - |
| XYZ | 50.32 | 35.2 | 28.57 | - |
| YUV | 160.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 139 | 0 | 0.52 | 0.44 | 0.02 | 350.77 | 0.92 | 0.72 |
| Hex | F9 | 77 | 8B | 0 | 34 | 2C | 2 | 15F | 5C | 48 |
| Octal | 371 | 167 | 213 | 0 | 64 | 54 | 2 | 537 | 134 | 110 |
| Binary | 11111001 | 1110111 | 10001011 | 0 | 110100 | 101100 | 10 | 101011111 | 1011100 | 1001000 |
Color Harmonies of #F9778B
Complementary color
Monochromatic Colors of #F9778B
Black with #F9778B
Text Example
Text Example
White with #F9778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9778B; }
p { color: rgb(249,119,139); }
H1.HeaderClassName
{
color: #F9778B;
}
.AnyTagClassName
{
color: #F9778B;
}
</style>
background-color css
<style>
a { background-color: #F9778B; }
a { background-color: rgb(249,119,139); }
div.DivClassName
{
background-color: #F9778B;
}
.BgClassName
{
background-color: #F9778B;
}
</style>
border-color css
<style>
span { border-color: #F9778B; }
span { border-color: rgb(249,119,139); }
td.TdClassName
{
border-color: #F9778B;
}
.TagClassName
{
border-color: #F9778B;
}
</style>