Shades of Carissma #F77A93
Tints of Carissma #F77A93
RGB
CMYK
RGB Variations
Color information
#F77A93 (or 0xF77A93) is known color: Carissma. HEX triplet: F7, 7A and 93. RGB value is (247,122,147). Sum of RGB (Red+Green+Blue) = 247+122+147=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A93 is #08856C. Grayscale: #A2A2A2. Windows color (decimal): -558445 or 9665271. OLE color: 9665271.
HSL color Cylindrical-coordinate representation of color #F77A93: hue angle of 348º 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 #F77A93 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 147 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.03 |
| HSL | 348º | 0.89% | 0.72% | - |
| HSV(B) | 348º | 0.51% | 0.97% | - |
| XYZ | 50.58 | 35.8 | 31.85 | - |
| YUV | 162.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 147 | 0 | 0.51 | 0.40 | 0.03 | 348 | 0.89 | 0.72 |
| Hex | F7 | 7A | 93 | 0 | 33 | 28 | 3 | 15C | 59 | 48 |
| Octal | 367 | 172 | 223 | 0 | 63 | 50 | 3 | 534 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10010011 | 0 | 110011 | 101000 | 11 | 101011100 | 1011001 | 1001000 |
Color Harmonies of #F77A93
Complementary color
Monochromatic Colors of #F77A93
Black with #F77A93
Text Example
Text Example
White with #F77A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A93; }
p { color: rgb(247,122,147); }
H1.HeaderClassName
{
color: #F77A93;
}
.AnyTagClassName
{
color: #F77A93;
}
</style>
background-color css
<style>
a { background-color: #F77A93; }
a { background-color: rgb(247,122,147); }
div.DivClassName
{
background-color: #F77A93;
}
.BgClassName
{
background-color: #F77A93;
}
</style>
border-color css
<style>
span { border-color: #F77A93; }
span { border-color: rgb(247,122,147); }
td.TdClassName
{
border-color: #F77A93;
}
.TagClassName
{
border-color: #F77A93;
}
</style>