#F77468

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

Shades of Bittersweet #F77468

Tints of Bittersweet #F77468

Color information

#F77468 (or 0xF77468) is unknown color: approx Bittersweet. HEX triplet: F7, 74 and 68. RGB value is (247,116,104). Sum of RGB (Red+Green+Blue) = 247+116+104=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F77468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77468 is #088B97. Grayscale: #999999. Windows color (decimal): -560024 or 6845687. OLE color: 6845687.

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

Color convert

RGB247116104-
CMYK00.530.580.03
HSL5.03º89.94%68.82%-
HSV(B)5.03º57.89%96.86%-
XYZ47.133.2617.03-
YUV153.899.9194.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.89%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=52.89%
G=24.84%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711610400.530.580.035.0389.9468.82
HexF774680353A355a45
Octal3671641500657235132105
Binary111101111110100110100001101011110101110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77468; }

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

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

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

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

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

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

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

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