Shades of Carissma #F77F8C
Tints of Carissma #F77F8C
RGB
CMYK
RGB Variations
Color information
#F77F8C (or 0xF77F8C) is known color: Carissma. HEX triplet: F7, 7F and 8C. RGB value is (247,127,140). Sum of RGB (Red+Green+Blue) = 247+127+140=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F8C is #088073. Grayscale: #A4A4A4. Windows color (decimal): -557172 or 9207799. OLE color: 9207799.
HSL color Cylindrical-coordinate representation of color #F77F8C: hue angle of 353.5º 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 #F77F8C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 140 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.03 |
| HSL | 353.5º | 0.88% | 0.73% | - |
| HSV(B) | 353.5º | 0.49% | 0.97% | - |
| XYZ | 50.68 | 36.85 | 29.25 | - |
| YUV | 164.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 140 | 0 | 0.49 | 0.43 | 0.03 | 353.5 | 0.88 | 0.73 |
| Hex | F7 | 7F | 8C | 0 | 31 | 2B | 3 | 162 | 58 | 49 |
| Octal | 367 | 177 | 214 | 0 | 61 | 53 | 3 | 542 | 130 | 111 |
| Binary | 11110111 | 1111111 | 10001100 | 0 | 110001 | 101011 | 11 | 101100010 | 1011000 | 1001001 |
Color Harmonies of #F77F8C
Complementary color
Monochromatic Colors of #F77F8C
Black with #F77F8C
Text Example
Text Example
White with #F77F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F8C; }
p { color: rgb(247,127,140); }
H1.HeaderClassName
{
color: #F77F8C;
}
.AnyTagClassName
{
color: #F77F8C;
}
</style>
background-color css
<style>
a { background-color: #F77F8C; }
a { background-color: rgb(247,127,140); }
div.DivClassName
{
background-color: #F77F8C;
}
.BgClassName
{
background-color: #F77F8C;
}
</style>
border-color css
<style>
span { border-color: #F77F8C; }
span { border-color: rgb(247,127,140); }
td.TdClassName
{
border-color: #F77F8C;
}
.TagClassName
{
border-color: #F77F8C;
}
</style>