Shades of Carissma #F97E8D
Tints of Carissma #F97E8D
RGB
CMYK
RGB Variations
Color information
#F97E8D (or 0xF97E8D) is known color: Carissma. HEX triplet: F9, 7E and 8D. RGB value is (249,126,141). Sum of RGB (Red+Green+Blue) = 249+126+141=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97E8D is #068172. Grayscale: #A4A4A4. Windows color (decimal): -426355 or 9273081. OLE color: 9273081.
HSL color Cylindrical-coordinate representation of color #F97E8D: hue angle of 352.68º 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 #F97E8D is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 126 | 141 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.02 |
| HSL | 352.68º | 0.91% | 0.74% | - |
| HSV(B) | 352.68º | 0.49% | 0.98% | - |
| XYZ | 51.34 | 36.98 | 29.63 | - |
| YUV | 164.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 126 | 141 | 0 | 0.49 | 0.43 | 0.02 | 352.68 | 0.91 | 0.74 |
| Hex | F9 | 7E | 8D | 0 | 31 | 2B | 2 | 161 | 5B | 4A |
| Octal | 371 | 176 | 215 | 0 | 61 | 53 | 2 | 541 | 133 | 112 |
| Binary | 11111001 | 1111110 | 10001101 | 0 | 110001 | 101011 | 10 | 101100001 | 1011011 | 1001010 |
Color Harmonies of #F97E8D
Complementary color
Monochromatic Colors of #F97E8D
Black with #F97E8D
Text Example
Text Example
White with #F97E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97E8D; }
p { color: rgb(249,126,141); }
H1.HeaderClassName
{
color: #F97E8D;
}
.AnyTagClassName
{
color: #F97E8D;
}
</style>
background-color css
<style>
a { background-color: #F97E8D; }
a { background-color: rgb(249,126,141); }
div.DivClassName
{
background-color: #F97E8D;
}
.BgClassName
{
background-color: #F97E8D;
}
</style>
border-color css
<style>
span { border-color: #F97E8D; }
span { border-color: rgb(249,126,141); }
td.TdClassName
{
border-color: #F97E8D;
}
.TagClassName
{
border-color: #F97E8D;
}
</style>