#F5706C

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

Shades of Bittersweet #F5706C

Tints of Bittersweet #F5706C

Color information

#F5706C (or 0xF5706C) is unknown color: approx Bittersweet. HEX triplet: F5, 70 and 6C. RGB value is (245,112,108). Sum of RGB (Red+Green+Blue) = 245+112+108=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5706C is #0A8F93. Grayscale: #979797. Windows color (decimal): -692116 or 7106805. OLE color: 7106805.

HSL color Cylindrical-coordinate representation of color #F5706C: hue angle of 1.75º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5706C is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245112108-
CMYK00.540.560.04
HSL1.75º87.26%69.22%-
HSV(B)1.75º55.92%96.08%-
XYZ46.1632.0817.95-
YUV151.31103.56194.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.69%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=52.69%
G=24.09%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511210800.540.560.041.7587.2669.22
HexF5706C03638425745
Octal3651601540667042127105
Binary111101011110000110110001101101110001001010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5706C; }

 p { color: rgb(245,112,108); }

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

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

 a { background-color: rgb(245,112,108); }

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

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

 span { border-color: rgb(245,112,108); }

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