#F77E86

Color #F77E86 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F77E86

Tints of Carissma #F77E86

Color information

#F77E86 (or 0xF77E86) is unknown color: approx Carissma. HEX triplet: F7, 7E and 86. RGB value is (247,126,134). Sum of RGB (Red+Green+Blue) = 247+126+134=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77E86 is #088179. Grayscale: #A3A3A3. Windows color (decimal): -557434 or 8814327. OLE color: 8814327.

HSL color Cylindrical-coordinate representation of color #F77E86: hue angle of 356.03º 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 #F77E86 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247126134-
CMYK00.490.460.03
HSL356.03º88.32%73.14%-
HSV(B)356.03º48.99%96.86%-
XYZ50.1236.4226.94-
YUV163.09111.59187.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 48.72%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=48.72%
G=24.85%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712613400.490.460.03356.0388.3273.14
HexF77E860312E31645849
Octal367176206061563544130111
Binary1111011111111101000011001100011011101110110010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77E86; }

 p { color: rgb(247,126,134); }

 H1.HeaderClassName
 {
   color: #F77E86;
 }
 .AnyTagClassName
 {
   color: #F77E86;
 }
</style>
background-color css

<style>
 a { background-color: #F77E86; }

 a { background-color: rgb(247,126,134); }

 div.DivClassName
 {
   background-color: #F77E86;
 }
 .BgClassName
 {
   background-color: #F77E86;
 }
</style>
border-color css

<style>
 span { border-color: #F77E86; }

 span { border-color: rgb(247,126,134); }

 td.TdClassName
 {
   border-color: #F77E86;
 }
 .TagClassName
 {
   border-color: #F77E86;
 }
</style>