Html Css Color HEX #F76E64 Bittersweet

📋 copy color: '#F76E64'

red 247 ◦ green 110 ◦ blue 100

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

Shades of Bittersweet #F76E64

Tints of Bittersweet #F76E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.07%

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

R = 54.05%
G = 24.07%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F76E64 (or 0xF76E64) is known color: Bittersweet. HEX triplet: F7, 6E and 64. RGB value is (247,110,100). Sum of RGB (Red+Green+Blue) = 247+110+100=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76E64 is #08919B. Grayscale: #969696. Windows color (decimal): -561564 or 6582007. OLE color: 6582007.

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

Color convert

RGB 247 110 100 -
CMYK 0 0.55 0.60 0.03
HSL 4.08º 0.9% 0.68% -
HSV(B) 4.08º 0.6% 0.97% -
XYZ 46.23 31.85 15.77 -
YUV 149.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 247 110 100 0 0.55 0.60 0.03 4.08 0.9 0.68
Hex F7 6E 64 0 37 3C 3 4 5A 44
Octal 367 156 144 0 67 74 3 4 132 104
Binary 11110111 1101110 1100100 0 110111 111100 11 100 1011010 1000100

Color Harmonies of #F76E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E64

Black with #F76E64

Text Example


Text Example

White with #F76E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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