#F7765C

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

Shades of Bittersweet #F7765C

Tints of Bittersweet #F7765C

Color information

#F7765C (or 0xF7765C) is unknown color: approx Bittersweet. HEX triplet: F7, 76 and 5C. RGB value is (247,118,92). Sum of RGB (Red+Green+Blue) = 247+118+92=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7765C is #0889A3. Grayscale: #999999. Windows color (decimal): -559524 or 6059767. OLE color: 6059767.

HSL color Cylindrical-coordinate representation of color #F7765C: hue angle of 10.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7765C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24711892-
CMYK00.520.630.03
HSL10.06º90.64%66.47%-
HSV(B)10.06º62.75%96.86%-
XYZ46.7733.514.13-
YUV153.6193.24194.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=54.05%
G=25.82%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471189200.520.630.0310.0690.6466.47
HexF7765C0343F3a5b42
Octal36716613406477312133102
Binary1111011111101101011100011010011111111101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7765C; }

 p { color: rgb(247,118,92); }

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

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

 a { background-color: rgb(247,118,92); }

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

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

 span { border-color: rgb(247,118,92); }

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