Shades of Carissma #F97C8B
Tints of Carissma #F97C8B
RGB
CMYK
RGB Variations
Color information
#F97C8B (or 0xF97C8B) is known color: Carissma. HEX triplet: F9, 7C and 8B. RGB value is (249,124,139). Sum of RGB (Red+Green+Blue) = 249+124+139=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C8B is #068374. Grayscale: #A3A3A3. Windows color (decimal): -426869 or 9141497. OLE color: 9141497.
HSL color Cylindrical-coordinate representation of color #F97C8B: hue angle of 352.8º 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 #F97C8B is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 139 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.02 |
| HSL | 352.8º | 0.91% | 0.73% | - |
| HSV(B) | 352.8º | 0.5% | 0.98% | - |
| XYZ | 50.93 | 36.42 | 28.77 | - |
| YUV | 163.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 139 | 0 | 0.50 | 0.44 | 0.02 | 352.8 | 0.91 | 0.73 |
| Hex | F9 | 7C | 8B | 0 | 32 | 2C | 2 | 161 | 5B | 49 |
| Octal | 371 | 174 | 213 | 0 | 62 | 54 | 2 | 541 | 133 | 111 |
| Binary | 11111001 | 1111100 | 10001011 | 0 | 110010 | 101100 | 10 | 101100001 | 1011011 | 1001001 |
Color Harmonies of #F97C8B
Complementary color
Monochromatic Colors of #F97C8B
Black with #F97C8B
Text Example
Text Example
White with #F97C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C8B; }
p { color: rgb(249,124,139); }
H1.HeaderClassName
{
color: #F97C8B;
}
.AnyTagClassName
{
color: #F97C8B;
}
</style>
background-color css
<style>
a { background-color: #F97C8B; }
a { background-color: rgb(249,124,139); }
div.DivClassName
{
background-color: #F97C8B;
}
.BgClassName
{
background-color: #F97C8B;
}
</style>
border-color css
<style>
span { border-color: #F97C8B; }
span { border-color: rgb(249,124,139); }
td.TdClassName
{
border-color: #F97C8B;
}
.TagClassName
{
border-color: #F97C8B;
}
</style>