Shades of Carissma #F97B90
Tints of Carissma #F97B90
RGB
CMYK
RGB Variations
Color information
#F97B90 (or 0xF97B90) is known color: Carissma. HEX triplet: F9, 7B and 90. RGB value is (249,123,144). Sum of RGB (Red+Green+Blue) = 249+123+144=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97B90 is #06846F. Grayscale: #A3A3A3. Windows color (decimal): -427120 or 9468921. OLE color: 9468921.
HSL color Cylindrical-coordinate representation of color #F97B90: hue angle of 350º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97B90 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 144 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.02 |
| HSL | 350º | 0.91% | 0.73% | - |
| HSV(B) | 350º | 0.51% | 0.98% | - |
| XYZ | 51.18 | 36.32 | 30.7 | - |
| YUV | 163.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 144 | 0 | 0.51 | 0.42 | 0.02 | 350 | 0.91 | 0.73 |
| Hex | F9 | 7B | 90 | 0 | 33 | 2A | 2 | 15E | 5B | 49 |
| Octal | 371 | 173 | 220 | 0 | 63 | 52 | 2 | 536 | 133 | 111 |
| Binary | 11111001 | 1111011 | 10010000 | 0 | 110011 | 101010 | 10 | 101011110 | 1011011 | 1001001 |
Color Harmonies of #F97B90
Complementary color
Monochromatic Colors of #F97B90
Black with #F97B90
Text Example
Text Example
White with #F97B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97B90; }
p { color: rgb(249,123,144); }
H1.HeaderClassName
{
color: #F97B90;
}
.AnyTagClassName
{
color: #F97B90;
}
</style>
background-color css
<style>
a { background-color: #F97B90; }
a { background-color: rgb(249,123,144); }
div.DivClassName
{
background-color: #F97B90;
}
.BgClassName
{
background-color: #F97B90;
}
</style>
border-color css
<style>
span { border-color: #F97B90; }
span { border-color: rgb(249,123,144); }
td.TdClassName
{
border-color: #F97B90;
}
.TagClassName
{
border-color: #F97B90;
}
</style>