Html Css Color HEX #F77564 Bittersweet

📋 copy color: '#F77564'

red 247 ◦ green 117 ◦ blue 100

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

Shades of Bittersweet #F77564

Tints of Bittersweet #F77564

RGB

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

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

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

R = 53.23%
G = 25.22%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F77564 (or 0xF77564) is known color: Bittersweet. HEX triplet: F7, 75 and 64. RGB value is (247,117,100). Sum of RGB (Red+Green+Blue) = 247+117+100=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F77564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77564 is #088A9B. Grayscale: #9A9A9A. Windows color (decimal): -559772 or 6583799. OLE color: 6583799.

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

Color convert

RGB 247 117 100 -
CMYK 0 0.53 0.60 0.03
HSL 6.94º 0.9% 0.68% -
HSV(B) 6.94º 0.6% 0.97% -
XYZ 47.02 33.42 16.03 -
YUV 153.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 247 117 100 0 0.53 0.60 0.03 6.94 0.9 0.68
Hex F7 75 64 0 35 3C 3 7 5A 44
Octal 367 165 144 0 65 74 3 7 132 104
Binary 11110111 1110101 1100100 0 110101 111100 11 111 1011010 1000100

Color Harmonies of #F77564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77564

Black with #F77564

Text Example


Text Example

White with #F77564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77564; }

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

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

background-color css

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

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

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

border-color css

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

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

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