Shades of Carissma #F97B8C
Tints of Carissma #F97B8C
RGB
CMYK
RGB Variations
Color information
#F97B8C (or 0xF97B8C) is known color: Carissma. HEX triplet: F9, 7B and 8C. RGB value is (249,123,140). Sum of RGB (Red+Green+Blue) = 249+123+140=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97B8C is #068473. Grayscale: #A2A2A2. Windows color (decimal): -427124 or 9206777. OLE color: 9206777.
HSL color Cylindrical-coordinate representation of color #F97B8C: hue angle of 351.9º 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 #F97B8C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 140 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.02 |
| HSL | 351.9º | 0.91% | 0.73% | - |
| HSV(B) | 351.9º | 0.51% | 0.98% | - |
| XYZ | 50.88 | 36.2 | 29.12 | - |
| YUV | 162.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 140 | 0 | 0.51 | 0.44 | 0.02 | 351.9 | 0.91 | 0.73 |
| Hex | F9 | 7B | 8C | 0 | 33 | 2C | 2 | 160 | 5B | 49 |
| Octal | 371 | 173 | 214 | 0 | 63 | 54 | 2 | 540 | 133 | 111 |
| Binary | 11111001 | 1111011 | 10001100 | 0 | 110011 | 101100 | 10 | 101100000 | 1011011 | 1001001 |
Color Harmonies of #F97B8C
Complementary color
Monochromatic Colors of #F97B8C
Black with #F97B8C
Text Example
Text Example
White with #F97B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97B8C; }
p { color: rgb(249,123,140); }
H1.HeaderClassName
{
color: #F97B8C;
}
.AnyTagClassName
{
color: #F97B8C;
}
</style>
background-color css
<style>
a { background-color: #F97B8C; }
a { background-color: rgb(249,123,140); }
div.DivClassName
{
background-color: #F97B8C;
}
.BgClassName
{
background-color: #F97B8C;
}
</style>
border-color css
<style>
span { border-color: #F97B8C; }
span { border-color: rgb(249,123,140); }
td.TdClassName
{
border-color: #F97B8C;
}
.TagClassName
{
border-color: #F97B8C;
}
</style>