Shades of Carissma #F77B93
Tints of Carissma #F77B93
RGB
CMYK
RGB Variations
Color information
#F77B93 (or 0xF77B93) is known color: Carissma. HEX triplet: F7, 7B and 93. RGB value is (247,123,147). Sum of RGB (Red+Green+Blue) = 247+123+147=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77B93 is #08846C. Grayscale: #A2A2A2. Windows color (decimal): -558189 or 9665527. OLE color: 9665527.
HSL color Cylindrical-coordinate representation of color #F77B93: hue angle of 348.39º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77B93 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 147 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.03 |
| HSL | 348.39º | 0.89% | 0.73% | - |
| HSV(B) | 348.39º | 0.5% | 0.97% | - |
| XYZ | 50.71 | 36.05 | 31.89 | - |
| YUV | 162.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 147 | 0 | 0.50 | 0.40 | 0.03 | 348.39 | 0.89 | 0.73 |
| Hex | F7 | 7B | 93 | 0 | 32 | 28 | 3 | 15C | 59 | 49 |
| Octal | 367 | 173 | 223 | 0 | 62 | 50 | 3 | 534 | 131 | 111 |
| Binary | 11110111 | 1111011 | 10010011 | 0 | 110010 | 101000 | 11 | 101011100 | 1011001 | 1001001 |
Color Harmonies of #F77B93
Complementary color
Monochromatic Colors of #F77B93
Black with #F77B93
Text Example
Text Example
White with #F77B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B93; }
p { color: rgb(247,123,147); }
H1.HeaderClassName
{
color: #F77B93;
}
.AnyTagClassName
{
color: #F77B93;
}
</style>
background-color css
<style>
a { background-color: #F77B93; }
a { background-color: rgb(247,123,147); }
div.DivClassName
{
background-color: #F77B93;
}
.BgClassName
{
background-color: #F77B93;
}
</style>
border-color css
<style>
span { border-color: #F77B93; }
span { border-color: rgb(247,123,147); }
td.TdClassName
{
border-color: #F77B93;
}
.TagClassName
{
border-color: #F77B93;
}
</style>