Html Css Color HEX #F76D64 Bittersweet

📋 copy color: '#F76D64'

red 247 ◦ green 109 ◦ blue 100

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

Shades of Bittersweet #F76D64

Tints of Bittersweet #F76D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.9%

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 54.17%
G = 23.9%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F76D64 (or 0xF76D64) is known color: Bittersweet. HEX triplet: F7, 6D and 64. RGB value is (247,109,100). Sum of RGB (Red+Green+Blue) = 247+109+100=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76D64 is #08929B. Grayscale: #959595. Windows color (decimal): -561820 or 6581751. OLE color: 6581751.

HSL color Cylindrical-coordinate representation of color #F76D64: hue angle of 3.67º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76D64 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 109 100 -
CMYK 0 0.56 0.60 0.03
HSL 3.67º 0.9% 0.68% -
HSV(B) 3.67º 0.6% 0.97% -
XYZ 46.13 31.63 15.73 -
YUV 149.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 247 109 100 0 0.56 0.60 0.03 3.67 0.9 0.68
Hex F7 6D 64 0 38 3C 3 4 5A 44
Octal 367 155 144 0 70 74 3 4 132 104
Binary 11110111 1101101 1100100 0 111000 111100 11 100 1011010 1000100

Color Harmonies of #F76D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76D64

Black with #F76D64

Text Example


Text Example

White with #F76D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76D64; }

 p { color: rgb(247,109,100); }

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

background-color css

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

 a { background-color: rgb(247,109,100); }

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

border-color css

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

 span { border-color: rgb(247,109,100); }

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