Shades of Carissma #F77F89
Tints of Carissma #F77F89
RGB
CMYK
RGB Variations
Color information
#F77F89 (or 0xF77F89) is known color: Carissma. HEX triplet: F7, 7F and 89. RGB value is (247,127,137). Sum of RGB (Red+Green+Blue) = 247+127+137=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F89 is #088076. Grayscale: #A4A4A4. Windows color (decimal): -557175 or 9011191. OLE color: 9011191.
HSL color Cylindrical-coordinate representation of color #F77F89: hue angle of 355º 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 #F77F89 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 137 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.03 |
| HSL | 355º | 0.88% | 0.73% | - |
| HSV(B) | 355º | 0.49% | 0.97% | - |
| XYZ | 50.46 | 36.76 | 28.1 | - |
| YUV | 164.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 137 | 0 | 0.49 | 0.45 | 0.03 | 355 | 0.88 | 0.73 |
| Hex | F7 | 7F | 89 | 0 | 31 | 2D | 3 | 163 | 58 | 49 |
| Octal | 367 | 177 | 211 | 0 | 61 | 55 | 3 | 543 | 130 | 111 |
| Binary | 11110111 | 1111111 | 10001001 | 0 | 110001 | 101101 | 11 | 101100011 | 1011000 | 1001001 |
Color Harmonies of #F77F89
Complementary color
Monochromatic Colors of #F77F89
Black with #F77F89
Text Example
Text Example
White with #F77F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F89; }
p { color: rgb(247,127,137); }
H1.HeaderClassName
{
color: #F77F89;
}
.AnyTagClassName
{
color: #F77F89;
}
</style>
background-color css
<style>
a { background-color: #F77F89; }
a { background-color: rgb(247,127,137); }
div.DivClassName
{
background-color: #F77F89;
}
.BgClassName
{
background-color: #F77F89;
}
</style>
border-color css
<style>
span { border-color: #F77F89; }
span { border-color: rgb(247,127,137); }
td.TdClassName
{
border-color: #F77F89;
}
.TagClassName
{
border-color: #F77F89;
}
</style>