Html Css Color HEX #F77560 Bittersweet

📋 copy color: '#F77560'

red 247 ◦ green 117 ◦ blue 96

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

Shades of Bittersweet #F77560

Tints of Bittersweet #F77560

RGB

 RED value IS 247 (96.88% from 255) = 53.7%

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 53.7%
G = 25.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F77560 (or 0xF77560) is known color: Bittersweet. HEX triplet: F7, 75 and 60. RGB value is (247,117,96). Sum of RGB (Red+Green+Blue) = 247+117+96=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F77560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77560 is #088A9F. Grayscale: #999999. Windows color (decimal): -559776 or 6321655. OLE color: 6321655.

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

Color convert

RGB 247 117 96 -
CMYK 0 0.53 0.61 0.03
HSL 8.34º 0.9% 0.67% -
HSV(B) 8.34º 0.61% 0.97% -
XYZ 46.83 33.34 15.03 -
YUV 153.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 247 117 96 0 0.53 0.61 0.03 8.34 0.9 0.67
Hex F7 75 60 0 35 3D 3 8 5A 43
Octal 367 165 140 0 65 75 3 10 132 103
Binary 11110111 1110101 1100000 0 110101 111101 11 1000 1011010 1000011

Color Harmonies of #F77560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77560

Black with #F77560

Text Example


Text Example

White with #F77560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77560; }

 p { color: rgb(247,117,96); }

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

background-color css

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

 a { background-color: rgb(247,117,96); }

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

border-color css

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

 span { border-color: rgb(247,117,96); }

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