Shades of Carissma #F77E96
Tints of Carissma #F77E96
RGB
CMYK
RGB Variations
Color information
#F77E96 (or 0xF77E96) is known color: Carissma. HEX triplet: F7, 7E and 96. RGB value is (247,126,150). Sum of RGB (Red+Green+Blue) = 247+126+150=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77E96 is #088169. Grayscale: #A4A4A4. Windows color (decimal): -557418 or 9862903. OLE color: 9862903.
HSL color Cylindrical-coordinate representation of color #F77E96: hue angle of 348.1º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77E96 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 150 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.03 |
| HSL | 348.1º | 0.88% | 0.73% | - |
| HSV(B) | 348.1º | 0.49% | 0.97% | - |
| XYZ | 51.32 | 36.9 | 33.27 | - |
| YUV | 164.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 150 | 0 | 0.49 | 0.39 | 0.03 | 348.1 | 0.88 | 0.73 |
| Hex | F7 | 7E | 96 | 0 | 31 | 27 | 3 | 15C | 58 | 49 |
| Octal | 367 | 176 | 226 | 0 | 61 | 47 | 3 | 534 | 130 | 111 |
| Binary | 11110111 | 1111110 | 10010110 | 0 | 110001 | 100111 | 11 | 101011100 | 1011000 | 1001001 |
Color Harmonies of #F77E96
Complementary color
Monochromatic Colors of #F77E96
Black with #F77E96
Text Example
Text Example
White with #F77E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E96; }
p { color: rgb(247,126,150); }
H1.HeaderClassName
{
color: #F77E96;
}
.AnyTagClassName
{
color: #F77E96;
}
</style>
background-color css
<style>
a { background-color: #F77E96; }
a { background-color: rgb(247,126,150); }
div.DivClassName
{
background-color: #F77E96;
}
.BgClassName
{
background-color: #F77E96;
}
</style>
border-color css
<style>
span { border-color: #F77E96; }
span { border-color: rgb(247,126,150); }
td.TdClassName
{
border-color: #F77E96;
}
.TagClassName
{
border-color: #F77E96;
}
</style>