#F57460

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

Shades of Bittersweet #F57460

Tints of Bittersweet #F57460

Color information

#F57460 (or 0xF57460) is unknown color: approx Bittersweet. HEX triplet: F5, 74 and 60. RGB value is (245,116,96). Sum of RGB (Red+Green+Blue) = 245+116+96=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F57460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57460 is #0A8B9F. Grayscale: #989898. Windows color (decimal): -691104 or 6321397. OLE color: 6321397.

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

Color convert

RGB24511696-
CMYK00.530.610.04
HSL8.05º88.17%66.86%-
HSV(B)8.05º60.82%96.08%-
XYZ46.0132.7514.96-
YUV152.2996.24194.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.61%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=53.61%
G=25.38%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451169600.530.610.048.0588.1766.86
HexF574600353D485843
Octal36516414006575410130103
Binary11110101111010011000000110101111101100100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57460; }

 p { color: rgb(245,116,96); }

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

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

 a { background-color: rgb(245,116,96); }

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

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

 span { border-color: rgb(245,116,96); }

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