#F56A66

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

Shades of Bittersweet #F56A66

Tints of Bittersweet #F56A66

Color information

#F56A66 (or 0xF56A66) is unknown color: approx Bittersweet. HEX triplet: F5, 6A and 66. RGB value is (245,106,102). Sum of RGB (Red+Green+Blue) = 245+106+102=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56A66 is #0A9599. Grayscale: #939393. Windows color (decimal): -693658 or 6712053. OLE color: 6712053.

HSL color Cylindrical-coordinate representation of color #F56A66: hue angle of 1.68º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56A66 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245106102-
CMYK00.570.580.04
HSL1.68º87.73%68.04%-
HSV(B)1.68º58.37%96.08%-
XYZ45.2130.6816.11-
YUV147.1102.55197.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=54.08%
G=23.40%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510610200.570.580.041.6887.7368.04
HexF56A660393A425844
Octal3651521460717242130104
Binary111101011101010110011001110011110101001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56A66; }

 p { color: rgb(245,106,102); }

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

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

 a { background-color: rgb(245,106,102); }

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

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

 span { border-color: rgb(245,106,102); }

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