Shades of Carissma #F97E90
Tints of Carissma #F97E90
RGB
CMYK
RGB Variations
Color information
#F97E90 (or 0xF97E90) is known color: Carissma. HEX triplet: F9, 7E and 90. RGB value is (249,126,144). Sum of RGB (Red+Green+Blue) = 249+126+144=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97E90 is #06816F. Grayscale: #A4A4A4. Windows color (decimal): -426352 or 9469689. OLE color: 9469689.
HSL color Cylindrical-coordinate representation of color #F97E90: hue angle of 351.22º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97E90 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 126 | 144 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.02 |
| HSL | 351.22º | 0.91% | 0.74% | - |
| HSV(B) | 351.22º | 0.49% | 0.98% | - |
| XYZ | 51.56 | 37.08 | 30.82 | - |
| YUV | 164.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 126 | 144 | 0 | 0.49 | 0.42 | 0.02 | 351.22 | 0.91 | 0.74 |
| Hex | F9 | 7E | 90 | 0 | 31 | 2A | 2 | 15F | 5B | 4A |
| Octal | 371 | 176 | 220 | 0 | 61 | 52 | 2 | 537 | 133 | 112 |
| Binary | 11111001 | 1111110 | 10010000 | 0 | 110001 | 101010 | 10 | 101011111 | 1011011 | 1001010 |
Color Harmonies of #F97E90
Complementary color
Monochromatic Colors of #F97E90
Black with #F97E90
Text Example
Text Example
White with #F97E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97E90; }
p { color: rgb(249,126,144); }
H1.HeaderClassName
{
color: #F97E90;
}
.AnyTagClassName
{
color: #F97E90;
}
</style>
background-color css
<style>
a { background-color: #F97E90; }
a { background-color: rgb(249,126,144); }
div.DivClassName
{
background-color: #F97E90;
}
.BgClassName
{
background-color: #F97E90;
}
</style>
border-color css
<style>
span { border-color: #F97E90; }
span { border-color: rgb(249,126,144); }
td.TdClassName
{
border-color: #F97E90;
}
.TagClassName
{
border-color: #F97E90;
}
</style>