#F7775E

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

Shades of Bittersweet #F7775E

Tints of Bittersweet #F7775E

Color information

#F7775E (or 0xF7775E) is unknown color: approx Bittersweet. HEX triplet: F7, 77 and 5E. RGB value is (247,119,94). Sum of RGB (Red+Green+Blue) = 247+119+94=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7775E is #0888A1. Grayscale: #9A9A9A. Windows color (decimal): -559266 or 6191095. OLE color: 6191095.

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

Color convert

RGB24711994-
CMYK00.520.620.03
HSL9.8º90.53%66.86%-
HSV(B)9.8º61.94%96.86%-
XYZ46.9733.7814.63-
YUV154.4293.91194.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.70%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=53.70%
G=25.87%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471199400.520.620.039.890.5366.86
HexF7775E0343E3a5b43
Octal36716713606476312133103
Binary1111011111101111011110011010011111011101010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7775E; }

 p { color: rgb(247,119,94); }

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

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

 a { background-color: rgb(247,119,94); }

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

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

 span { border-color: rgb(247,119,94); }

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