#F57D61

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

Shades of Bittersweet #F57D61

Tints of Bittersweet #F57D61

Color information

#F57D61 (or 0xF57D61) is unknown color: approx Bittersweet. HEX triplet: F5, 7D and 61. RGB value is (245,125,97). Sum of RGB (Red+Green+Blue) = 245+125+97=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D61 is #0A829E. Grayscale: #9D9D9D. Windows color (decimal): -688799 or 6389237. OLE color: 6389237.

HSL color Cylindrical-coordinate representation of color #F57D61: hue angle of 11.35º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F57D61 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24512597-
CMYK00.490.600.04
HSL11.35º88.1%67.06%-
HSV(B)11.35º60.41%96.08%-
XYZ47.1534.9415.57-
YUV157.6993.76190.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=52.46%
G=26.77%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451259700.490.600.0411.3588.167.06
HexF57D610313C4b5843
Octal36517514106174413130103
Binary11110101111110111000010110001111100100101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D61; }

 p { color: rgb(245,125,97); }

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

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

 a { background-color: rgb(245,125,97); }

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

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

 span { border-color: rgb(245,125,97); }

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