Shades of Carissma #F97C90
Tints of Carissma #F97C90
RGB
CMYK
RGB Variations
Color information
#F97C90 (or 0xF97C90) is known color: Carissma. HEX triplet: F9, 7C and 90. RGB value is (249,124,144). Sum of RGB (Red+Green+Blue) = 249+124+144=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C90 is #06836F. Grayscale: #A3A3A3. Windows color (decimal): -426864 or 9469177. OLE color: 9469177.
HSL color Cylindrical-coordinate representation of color #F97C90: hue angle of 350.4º 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 #F97C90 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 144 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.02 |
| HSL | 350.4º | 0.91% | 0.73% | - |
| HSV(B) | 350.4º | 0.5% | 0.98% | - |
| XYZ | 51.31 | 36.57 | 30.74 | - |
| YUV | 163.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 144 | 0 | 0.50 | 0.42 | 0.02 | 350.4 | 0.91 | 0.73 |
| Hex | F9 | 7C | 90 | 0 | 32 | 2A | 2 | 15E | 5B | 49 |
| Octal | 371 | 174 | 220 | 0 | 62 | 52 | 2 | 536 | 133 | 111 |
| Binary | 11111001 | 1111100 | 10010000 | 0 | 110010 | 101010 | 10 | 101011110 | 1011011 | 1001001 |
Color Harmonies of #F97C90
Complementary color
Monochromatic Colors of #F97C90
Black with #F97C90
Text Example
Text Example
White with #F97C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C90; }
p { color: rgb(249,124,144); }
H1.HeaderClassName
{
color: #F97C90;
}
.AnyTagClassName
{
color: #F97C90;
}
</style>
background-color css
<style>
a { background-color: #F97C90; }
a { background-color: rgb(249,124,144); }
div.DivClassName
{
background-color: #F97C90;
}
.BgClassName
{
background-color: #F97C90;
}
</style>
border-color css
<style>
span { border-color: #F97C90; }
span { border-color: rgb(249,124,144); }
td.TdClassName
{
border-color: #F97C90;
}
.TagClassName
{
border-color: #F97C90;
}
</style>