Html Css Color HEX #F56160 Bittersweet

📋 copy color: '#F56160'

red 245 ◦ green 97 ◦ blue 96

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

Shades of Bittersweet #F56160

Tints of Bittersweet #F56160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.15%

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

R = 55.94%
G = 22.15%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F56160 (or 0xF56160) is known color: Bittersweet. HEX triplet: F5, 61 and 60. RGB value is (245,97,96). Sum of RGB (Red+Green+Blue) = 245+97+96=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F56160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56160 is #0A9E9F. Grayscale: #8D8D8D. Windows color (decimal): -695968 or 6316533. OLE color: 6316533.

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

Color convert

RGB 245 97 96 -
CMYK 0 0.60 0.61 0.04
HSL 0.4º 0.88% 0.67% -
HSV(B) 0.4º 0.61% 0.96% -
XYZ 44.04 28.81 14.31 -
YUV 141.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 245 97 96 0 0.60 0.61 0.04 0.4 0.88 0.67
Hex F5 61 60 0 3C 3D 4 0 58 43
Octal 365 141 140 0 74 75 4 0 130 103
Binary 11110101 1100001 1100000 0 111100 111101 100 0 1011000 1000011

Color Harmonies of #F56160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56160

Black with #F56160

Text Example


Text Example

White with #F56160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56160; }

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

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

background-color css

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

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

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

border-color css

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

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

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