Shades of Carissma #F77A8C
Tints of Carissma #F77A8C
RGB
CMYK
RGB Variations
Color information
#F77A8C (or 0xF77A8C) is known color: Carissma. HEX triplet: F7, 7A and 8C. RGB value is (247,122,140). Sum of RGB (Red+Green+Blue) = 247+122+140=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A8C is #088573. Grayscale: #A1A1A1. Windows color (decimal): -558452 or 9206519. OLE color: 9206519.
HSL color Cylindrical-coordinate representation of color #F77A8C: hue angle of 351.36º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77A8C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 140 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.03 |
| HSL | 351.36º | 0.89% | 0.72% | - |
| HSV(B) | 351.36º | 0.51% | 0.97% | - |
| XYZ | 50.05 | 35.59 | 29.04 | - |
| YUV | 161.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 140 | 0 | 0.51 | 0.43 | 0.03 | 351.36 | 0.89 | 0.72 |
| Hex | F7 | 7A | 8C | 0 | 33 | 2B | 3 | 15F | 59 | 48 |
| Octal | 367 | 172 | 214 | 0 | 63 | 53 | 3 | 537 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10001100 | 0 | 110011 | 101011 | 11 | 101011111 | 1011001 | 1001000 |
Color Harmonies of #F77A8C
Complementary color
Monochromatic Colors of #F77A8C
Black with #F77A8C
Text Example
Text Example
White with #F77A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A8C; }
p { color: rgb(247,122,140); }
H1.HeaderClassName
{
color: #F77A8C;
}
.AnyTagClassName
{
color: #F77A8C;
}
</style>
background-color css
<style>
a { background-color: #F77A8C; }
a { background-color: rgb(247,122,140); }
div.DivClassName
{
background-color: #F77A8C;
}
.BgClassName
{
background-color: #F77A8C;
}
</style>
border-color css
<style>
span { border-color: #F77A8C; }
span { border-color: rgb(247,122,140); }
td.TdClassName
{
border-color: #F77A8C;
}
.TagClassName
{
border-color: #F77A8C;
}
</style>