Html Css Color HEX #F57760 Bittersweet

📋 copy color: '#F57760'

red 245 ◦ green 119 ◦ blue 96

#F57760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #F57760

Tints of Bittersweet #F57760

RGB

 RED value IS 245 (96.09% from 255) = 53.26%

 GREEN value IS 119 (46.88% from 255) = 25.87%

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 53.26%
G = 25.87%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F57760 (or 0xF57760) is known color: Bittersweet. HEX triplet: F5, 77 and 60. RGB value is (245,119,96). Sum of RGB (Red+Green+Blue) = 245+119+96=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F57760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57760 is #0A889F. Grayscale: #9A9A9A. Windows color (decimal): -690336 or 6322165. OLE color: 6322165.

HSL color Cylindrical-coordinate representation of color #F57760: hue angle of 9.26º 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 #F57760 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 119 96 -
CMYK 0 0.51 0.61 0.04
HSL 9.26º 0.88% 0.67% -
HSV(B) 9.26º 0.61% 0.96% -
XYZ 46.36 33.45 15.08 -
YUV 154.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 245 119 96 0 0.51 0.61 0.04 9.26 0.88 0.67
Hex F5 77 60 0 33 3D 4 9 58 43
Octal 365 167 140 0 63 75 4 11 130 103
Binary 11110101 1110111 1100000 0 110011 111101 100 1001 1011000 1000011

Color Harmonies of #F57760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57760

Black with #F57760

Text Example


Text Example

White with #F57760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57760; }

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

 H1.HeaderClassName
 {
   color: #F57760;
 }
 .AnyTagClassName
 {
   color: #F57760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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