Shades of Carissma #F9788A
Tints of Carissma #F9788A
RGB
CMYK
RGB Variations
Color information
#F9788A (or 0xF9788A) is known color: Carissma. HEX triplet: F9, 78 and 8A. RGB value is (249,120,138). Sum of RGB (Red+Green+Blue) = 249+120+138=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9788A is #068775. Grayscale: #A0A0A0. Windows color (decimal): -427894 or 9074937. OLE color: 9074937.
HSL color Cylindrical-coordinate representation of color #F9788A: hue angle of 351.63º degrees, saturation: 0.91, 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 #F9788A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 138 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.02 |
| HSL | 351.63º | 0.91% | 0.72% | - |
| HSV(B) | 351.63º | 0.52% | 0.98% | - |
| XYZ | 50.37 | 35.41 | 28.22 | - |
| YUV | 160.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 138 | 0 | 0.52 | 0.45 | 0.02 | 351.63 | 0.91 | 0.72 |
| Hex | F9 | 78 | 8A | 0 | 34 | 2D | 2 | 160 | 5B | 48 |
| Octal | 371 | 170 | 212 | 0 | 64 | 55 | 2 | 540 | 133 | 110 |
| Binary | 11111001 | 1111000 | 10001010 | 0 | 110100 | 101101 | 10 | 101100000 | 1011011 | 1001000 |
Color Harmonies of #F9788A
Complementary color
Monochromatic Colors of #F9788A
Black with #F9788A
Text Example
Text Example
White with #F9788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9788A; }
p { color: rgb(249,120,138); }
H1.HeaderClassName
{
color: #F9788A;
}
.AnyTagClassName
{
color: #F9788A;
}
</style>
background-color css
<style>
a { background-color: #F9788A; }
a { background-color: rgb(249,120,138); }
div.DivClassName
{
background-color: #F9788A;
}
.BgClassName
{
background-color: #F9788A;
}
</style>
border-color css
<style>
span { border-color: #F9788A; }
span { border-color: rgb(249,120,138); }
td.TdClassName
{
border-color: #F9788A;
}
.TagClassName
{
border-color: #F9788A;
}
</style>