#F77268

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

Shades of Bittersweet #F77268

Tints of Bittersweet #F77268

Color information

#F77268 (or 0xF77268) is unknown color: approx Bittersweet. HEX triplet: F7, 72 and 68. RGB value is (247,114,104). Sum of RGB (Red+Green+Blue) = 247+114+104=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F77268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77268 is #088D97. Grayscale: #989898. Windows color (decimal): -560536 or 6845175. OLE color: 6845175.

HSL color Cylindrical-coordinate representation of color #F77268: hue angle of 4.2º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77268 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB247114104-
CMYK00.540.580.03
HSL4.2º89.94%68.82%-
HSV(B)4.2º57.89%96.86%-
XYZ46.8732.8116.96-
YUV152.63100.56195.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.12%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=53.12%
G=24.52%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711410400.540.580.034.289.9468.82
HexF772680363A345a45
Octal3671621500667234132105
Binary111101111110010110100001101101110101110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77268; }

 p { color: rgb(247,114,104); }

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

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

 a { background-color: rgb(247,114,104); }

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

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

 span { border-color: rgb(247,114,104); }

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