Shades of Carissma #F77A92
Tints of Carissma #F77A92
RGB
CMYK
RGB Variations
Color information
#F77A92 (or 0xF77A92) is known color: Carissma. HEX triplet: F7, 7A and 92. RGB value is (247,122,146). Sum of RGB (Red+Green+Blue) = 247+122+146=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A92 is #08856D. Grayscale: #A2A2A2. Windows color (decimal): -558446 or 9599735. OLE color: 9599735.
HSL color Cylindrical-coordinate representation of color #F77A92: hue angle of 348.48º 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 #F77A92 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 146 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.03 |
| HSL | 348.48º | 0.89% | 0.72% | - |
| HSV(B) | 348.48º | 0.51% | 0.97% | - |
| XYZ | 50.51 | 35.77 | 31.44 | - |
| YUV | 162.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 146 | 0 | 0.51 | 0.41 | 0.03 | 348.48 | 0.89 | 0.72 |
| Hex | F7 | 7A | 92 | 0 | 33 | 29 | 3 | 15C | 59 | 48 |
| Octal | 367 | 172 | 222 | 0 | 63 | 51 | 3 | 534 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10010010 | 0 | 110011 | 101001 | 11 | 101011100 | 1011001 | 1001000 |
Color Harmonies of #F77A92
Complementary color
Monochromatic Colors of #F77A92
Black with #F77A92
Text Example
Text Example
White with #F77A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A92; }
p { color: rgb(247,122,146); }
H1.HeaderClassName
{
color: #F77A92;
}
.AnyTagClassName
{
color: #F77A92;
}
</style>
background-color css
<style>
a { background-color: #F77A92; }
a { background-color: rgb(247,122,146); }
div.DivClassName
{
background-color: #F77A92;
}
.BgClassName
{
background-color: #F77A92;
}
</style>
border-color css
<style>
span { border-color: #F77A92; }
span { border-color: rgb(247,122,146); }
td.TdClassName
{
border-color: #F77A92;
}
.TagClassName
{
border-color: #F77A92;
}
</style>