Shades of Carissma #F77F84
Tints of Carissma #F77F84
RGB
CMYK
RGB Variations
Color information
#F77F84 (or 0xF77F84) is known color: Carissma. HEX triplet: F7, 7F and 84. RGB value is (247,127,132). Sum of RGB (Red+Green+Blue) = 247+127+132=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F84 is #08807B. Grayscale: #A3A3A3. Windows color (decimal): -557180 or 8683511. OLE color: 8683511.
HSL color Cylindrical-coordinate representation of color #F77F84: hue angle of 357.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77F84 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 132 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.03 |
| HSL | 357.5º | 0.88% | 0.73% | - |
| HSV(B) | 357.5º | 0.49% | 0.97% | - |
| XYZ | 50.11 | 36.62 | 26.26 | - |
| YUV | 163.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 132 | 0 | 0.49 | 0.47 | 0.03 | 357.5 | 0.88 | 0.73 |
| Hex | F7 | 7F | 84 | 0 | 31 | 2F | 3 | 166 | 58 | 49 |
| Octal | 367 | 177 | 204 | 0 | 61 | 57 | 3 | 546 | 130 | 111 |
| Binary | 11110111 | 1111111 | 10000100 | 0 | 110001 | 101111 | 11 | 101100110 | 1011000 | 1001001 |
Color Harmonies of #F77F84
Complementary color
Monochromatic Colors of #F77F84
Black with #F77F84
Text Example
Text Example
White with #F77F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F84; }
p { color: rgb(247,127,132); }
H1.HeaderClassName
{
color: #F77F84;
}
.AnyTagClassName
{
color: #F77F84;
}
</style>
background-color css
<style>
a { background-color: #F77F84; }
a { background-color: rgb(247,127,132); }
div.DivClassName
{
background-color: #F77F84;
}
.BgClassName
{
background-color: #F77F84;
}
</style>
border-color css
<style>
span { border-color: #F77F84; }
span { border-color: rgb(247,127,132); }
td.TdClassName
{
border-color: #F77F84;
}
.TagClassName
{
border-color: #F77F84;
}
</style>