Shades of Carissma #F97C89
Tints of Carissma #F97C89
RGB
CMYK
RGB Variations
Color information
#F97C89 (or 0xF97C89) is known color: Carissma. HEX triplet: F9, 7C and 89. RGB value is (249,124,137). Sum of RGB (Red+Green+Blue) = 249+124+137=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C89 is #068376. Grayscale: #A2A2A2. Windows color (decimal): -426871 or 9010425. OLE color: 9010425.
HSL color Cylindrical-coordinate representation of color #F97C89: hue angle of 353.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97C89 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 137 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.02 |
| HSL | 353.76º | 0.91% | 0.73% | - |
| HSV(B) | 353.76º | 0.5% | 0.98% | - |
| XYZ | 50.79 | 36.36 | 28.01 | - |
| YUV | 162.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 137 | 0 | 0.50 | 0.45 | 0.02 | 353.76 | 0.91 | 0.73 |
| Hex | F9 | 7C | 89 | 0 | 32 | 2D | 2 | 162 | 5B | 49 |
| Octal | 371 | 174 | 211 | 0 | 62 | 55 | 2 | 542 | 133 | 111 |
| Binary | 11111001 | 1111100 | 10001001 | 0 | 110010 | 101101 | 10 | 101100010 | 1011011 | 1001001 |
Color Harmonies of #F97C89
Complementary color
Monochromatic Colors of #F97C89
Black with #F97C89
Text Example
Text Example
White with #F97C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C89; }
p { color: rgb(249,124,137); }
H1.HeaderClassName
{
color: #F97C89;
}
.AnyTagClassName
{
color: #F97C89;
}
</style>
background-color css
<style>
a { background-color: #F97C89; }
a { background-color: rgb(249,124,137); }
div.DivClassName
{
background-color: #F97C89;
}
.BgClassName
{
background-color: #F97C89;
}
</style>
border-color css
<style>
span { border-color: #F97C89; }
span { border-color: rgb(249,124,137); }
td.TdClassName
{
border-color: #F97C89;
}
.TagClassName
{
border-color: #F97C89;
}
</style>