Shades of Carissma #F77F87
Tints of Carissma #F77F87
RGB
CMYK
RGB Variations
Color information
#F77F87 (or 0xF77F87) is known color: Carissma. HEX triplet: F7, 7F and 87. RGB value is (247,127,135). Sum of RGB (Red+Green+Blue) = 247+127+135=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F87 is #088078. Grayscale: #A3A3A3. Windows color (decimal): -557177 or 8880119. OLE color: 8880119.
HSL color Cylindrical-coordinate representation of color #F77F87: hue angle of 356º 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 #F77F87 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 135 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.03 |
| HSL | 356º | 0.88% | 0.73% | - |
| HSV(B) | 356º | 0.49% | 0.97% | - |
| XYZ | 50.32 | 36.7 | 27.35 | - |
| YUV | 163.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 135 | 0 | 0.49 | 0.45 | 0.03 | 356 | 0.88 | 0.73 |
| Hex | F7 | 7F | 87 | 0 | 31 | 2D | 3 | 164 | 58 | 49 |
| Octal | 367 | 177 | 207 | 0 | 61 | 55 | 3 | 544 | 130 | 111 |
| Binary | 11110111 | 1111111 | 10000111 | 0 | 110001 | 101101 | 11 | 101100100 | 1011000 | 1001001 |
Color Harmonies of #F77F87
Complementary color
Monochromatic Colors of #F77F87
Black with #F77F87
Text Example
Text Example
White with #F77F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F87; }
p { color: rgb(247,127,135); }
H1.HeaderClassName
{
color: #F77F87;
}
.AnyTagClassName
{
color: #F77F87;
}
</style>
background-color css
<style>
a { background-color: #F77F87; }
a { background-color: rgb(247,127,135); }
div.DivClassName
{
background-color: #F77F87;
}
.BgClassName
{
background-color: #F77F87;
}
</style>
border-color css
<style>
span { border-color: #F77F87; }
span { border-color: rgb(247,127,135); }
td.TdClassName
{
border-color: #F77F87;
}
.TagClassName
{
border-color: #F77F87;
}
</style>