Shades of Carissma #F97D90
Tints of Carissma #F97D90
RGB
CMYK
RGB Variations
Color information
#F97D90 (or 0xF97D90) is known color: Carissma. HEX triplet: F9, 7D and 90. RGB value is (249,125,144). Sum of RGB (Red+Green+Blue) = 249+125+144=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97D90 is #06826F. Grayscale: #A4A4A4. Windows color (decimal): -426608 or 9469433. OLE color: 9469433.
HSL color Cylindrical-coordinate representation of color #F97D90: hue angle of 350.81º 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 #F97D90 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 125 | 144 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.02 |
| HSL | 350.81º | 0.91% | 0.73% | - |
| HSV(B) | 350.81º | 0.5% | 0.98% | - |
| XYZ | 51.43 | 36.82 | 30.78 | - |
| YUV | 164.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 125 | 144 | 0 | 0.50 | 0.42 | 0.02 | 350.81 | 0.91 | 0.73 |
| Hex | F9 | 7D | 90 | 0 | 32 | 2A | 2 | 15F | 5B | 49 |
| Octal | 371 | 175 | 220 | 0 | 62 | 52 | 2 | 537 | 133 | 111 |
| Binary | 11111001 | 1111101 | 10010000 | 0 | 110010 | 101010 | 10 | 101011111 | 1011011 | 1001001 |
Color Harmonies of #F97D90
Complementary color
Monochromatic Colors of #F97D90
Black with #F97D90
Text Example
Text Example
White with #F97D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97D90; }
p { color: rgb(249,125,144); }
H1.HeaderClassName
{
color: #F97D90;
}
.AnyTagClassName
{
color: #F97D90;
}
</style>
background-color css
<style>
a { background-color: #F97D90; }
a { background-color: rgb(249,125,144); }
div.DivClassName
{
background-color: #F97D90;
}
.BgClassName
{
background-color: #F97D90;
}
</style>
border-color css
<style>
span { border-color: #F97D90; }
span { border-color: rgb(249,125,144); }
td.TdClassName
{
border-color: #F97D90;
}
.TagClassName
{
border-color: #F97D90;
}
</style>