Html Css Color HEX #F57360 Bittersweet

📋 copy color: '#F57360'

red 245 ◦ green 115 ◦ blue 96

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

Shades of Bittersweet #F57360

Tints of Bittersweet #F57360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 53.73%
G = 25.22%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F57360 (or 0xF57360) is known color: Bittersweet. HEX triplet: F5, 73 and 60. RGB value is (245,115,96). Sum of RGB (Red+Green+Blue) = 245+115+96=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F57360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57360 is #0A8C9F. Grayscale: #979797. Windows color (decimal): -691360 or 6321141. OLE color: 6321141.

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

Color convert

RGB 245 115 96 -
CMYK 0 0.53 0.61 0.04
HSL 7.65º 0.88% 0.67% -
HSV(B) 7.65º 0.61% 0.96% -
XYZ 45.9 32.52 14.92 -
YUV 151.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 245 115 96 0 0.53 0.61 0.04 7.65 0.88 0.67
Hex F5 73 60 0 35 3D 4 8 58 43
Octal 365 163 140 0 65 75 4 10 130 103
Binary 11110101 1110011 1100000 0 110101 111101 100 1000 1011000 1000011

Color Harmonies of #F57360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57360

Black with #F57360

Text Example


Text Example

White with #F57360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57360; }

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

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

background-color css

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

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

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

border-color css

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

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

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