Shades of Carissma #F77C8F
Tints of Carissma #F77C8F
RGB
CMYK
RGB Variations
Color information
#F77C8F (or 0xF77C8F) is known color: Carissma. HEX triplet: F7, 7C and 8F. RGB value is (247,124,143). Sum of RGB (Red+Green+Blue) = 247+124+143=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C8F is #088370. Grayscale: #A2A2A2. Windows color (decimal): -557937 or 9403639. OLE color: 9403639.
HSL color Cylindrical-coordinate representation of color #F77C8F: hue angle of 350.73º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77C8F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 143 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.03 |
| HSL | 350.73º | 0.88% | 0.73% | - |
| HSV(B) | 350.73º | 0.5% | 0.97% | - |
| XYZ | 50.52 | 36.17 | 30.31 | - |
| YUV | 162.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 143 | 0 | 0.50 | 0.42 | 0.03 | 350.73 | 0.88 | 0.73 |
| Hex | F7 | 7C | 8F | 0 | 32 | 2A | 3 | 15F | 58 | 49 |
| Octal | 367 | 174 | 217 | 0 | 62 | 52 | 3 | 537 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10001111 | 0 | 110010 | 101010 | 11 | 101011111 | 1011000 | 1001001 |
Color Harmonies of #F77C8F
Complementary color
Monochromatic Colors of #F77C8F
Black with #F77C8F
Text Example
Text Example
White with #F77C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C8F; }
p { color: rgb(247,124,143); }
H1.HeaderClassName
{
color: #F77C8F;
}
.AnyTagClassName
{
color: #F77C8F;
}
</style>
background-color css
<style>
a { background-color: #F77C8F; }
a { background-color: rgb(247,124,143); }
div.DivClassName
{
background-color: #F77C8F;
}
.BgClassName
{
background-color: #F77C8F;
}
</style>
border-color css
<style>
span { border-color: #F77C8F; }
span { border-color: rgb(247,124,143); }
td.TdClassName
{
border-color: #F77C8F;
}
.TagClassName
{
border-color: #F77C8F;
}
</style>