Shades of Carissma #F78297
Tints of Carissma #F78297
RGB
CMYK
RGB Variations
Color information
#F78297 (or 0xF78297) is known color: Carissma. HEX triplet: F7, 82 and 97. RGB value is (247,130,151). Sum of RGB (Red+Green+Blue) = 247+130+151=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F78297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78297 is #087D68. Grayscale: #A7A7A7. Windows color (decimal): -556393 or 9929463. OLE color: 9929463.
HSL color Cylindrical-coordinate representation of color #F78297: hue angle of 349.23º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F78297 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 151 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.03 |
| HSL | 349.23º | 0.88% | 0.74% | - |
| HSV(B) | 349.23º | 0.47% | 0.97% | - |
| XYZ | 51.93 | 37.97 | 33.87 | - |
| YUV | 167.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 151 | 0 | 0.47 | 0.39 | 0.03 | 349.23 | 0.88 | 0.74 |
| Hex | F7 | 82 | 97 | 0 | 2F | 27 | 3 | 15D | 58 | 4A |
| Octal | 367 | 202 | 227 | 0 | 57 | 47 | 3 | 535 | 130 | 112 |
| Binary | 11110111 | 10000010 | 10010111 | 0 | 101111 | 100111 | 11 | 101011101 | 1011000 | 1001010 |
Color Harmonies of #F78297
Complementary color
Monochromatic Colors of #F78297
Black with #F78297
Text Example
Text Example
White with #F78297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78297; }
p { color: rgb(247,130,151); }
H1.HeaderClassName
{
color: #F78297;
}
.AnyTagClassName
{
color: #F78297;
}
</style>
background-color css
<style>
a { background-color: #F78297; }
a { background-color: rgb(247,130,151); }
div.DivClassName
{
background-color: #F78297;
}
.BgClassName
{
background-color: #F78297;
}
</style>
border-color css
<style>
span { border-color: #F78297; }
span { border-color: rgb(247,130,151); }
td.TdClassName
{
border-color: #F78297;
}
.TagClassName
{
border-color: #F78297;
}
</style>