Shades of Carissma #F77694
Tints of Carissma #F77694
RGB
CMYK
RGB Variations
Color information
#F77694 (or 0xF77694) is known color: Carissma. HEX triplet: F7, 76 and 94. RGB value is (247,118,148). Sum of RGB (Red+Green+Blue) = 247+118+148=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F77694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77694 is #08896B. Grayscale: #9F9F9F. Windows color (decimal): -559468 or 9729783. OLE color: 9729783.
HSL color Cylindrical-coordinate representation of color #F77694: hue angle of 346.05º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F77694 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 148 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.03 |
| HSL | 346.05º | 0.89% | 0.72% | - |
| HSV(B) | 346.05º | 0.52% | 0.97% | - |
| XYZ | 50.18 | 34.87 | 32.1 | - |
| YUV | 159.99 | 121.24 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 148 | 0 | 0.52 | 0.40 | 0.03 | 346.05 | 0.89 | 0.72 |
| Hex | F7 | 76 | 94 | 0 | 34 | 28 | 3 | 15A | 59 | 48 |
| Octal | 367 | 166 | 224 | 0 | 64 | 50 | 3 | 532 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10010100 | 0 | 110100 | 101000 | 11 | 101011010 | 1011001 | 1001000 |
Color Harmonies of #F77694
Complementary color
Monochromatic Colors of #F77694
Black with #F77694
Text Example
Text Example
White with #F77694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77694; }
p { color: rgb(247,118,148); }
H1.HeaderClassName
{
color: #F77694;
}
.AnyTagClassName
{
color: #F77694;
}
</style>
background-color css
<style>
a { background-color: #F77694; }
a { background-color: rgb(247,118,148); }
div.DivClassName
{
background-color: #F77694;
}
.BgClassName
{
background-color: #F77694;
}
</style>
border-color css
<style>
span { border-color: #F77694; }
span { border-color: rgb(247,118,148); }
td.TdClassName
{
border-color: #F77694;
}
.TagClassName
{
border-color: #F77694;
}
</style>