Shades of Carissma #F77E8A
Tints of Carissma #F77E8A
RGB
CMYK
RGB Variations
Color information
#F77E8A (or 0xF77E8A) is known color: Carissma. HEX triplet: F7, 7E and 8A. RGB value is (247,126,138). Sum of RGB (Red+Green+Blue) = 247+126+138=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77E8A is #088175. Grayscale: #A3A3A3. Windows color (decimal): -557430 or 9076471. OLE color: 9076471.
HSL color Cylindrical-coordinate representation of color #F77E8A: hue angle of 354.05º 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 #F77E8A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 138 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.03 |
| HSL | 354.05º | 0.88% | 0.73% | - |
| HSV(B) | 354.05º | 0.49% | 0.97% | - |
| XYZ | 50.41 | 36.53 | 28.44 | - |
| YUV | 163.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 138 | 0 | 0.49 | 0.44 | 0.03 | 354.05 | 0.88 | 0.73 |
| Hex | F7 | 7E | 8A | 0 | 31 | 2C | 3 | 162 | 58 | 49 |
| Octal | 367 | 176 | 212 | 0 | 61 | 54 | 3 | 542 | 130 | 111 |
| Binary | 11110111 | 1111110 | 10001010 | 0 | 110001 | 101100 | 11 | 101100010 | 1011000 | 1001001 |
Color Harmonies of #F77E8A
Complementary color
Monochromatic Colors of #F77E8A
Black with #F77E8A
Text Example
Text Example
White with #F77E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E8A; }
p { color: rgb(247,126,138); }
H1.HeaderClassName
{
color: #F77E8A;
}
.AnyTagClassName
{
color: #F77E8A;
}
</style>
background-color css
<style>
a { background-color: #F77E8A; }
a { background-color: rgb(247,126,138); }
div.DivClassName
{
background-color: #F77E8A;
}
.BgClassName
{
background-color: #F77E8A;
}
</style>
border-color css
<style>
span { border-color: #F77E8A; }
span { border-color: rgb(247,126,138); }
td.TdClassName
{
border-color: #F77E8A;
}
.TagClassName
{
border-color: #F77E8A;
}
</style>