Html Css Color HEX #F77164 Bittersweet

📋 copy color: '#F77164'

red 247 ◦ green 113 ◦ blue 100

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

Shades of Bittersweet #F77164

Tints of Bittersweet #F77164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.57%

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

R = 53.7%
G = 24.57%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F77164 (or 0xF77164) is known color: Bittersweet. HEX triplet: F7, 71 and 64. RGB value is (247,113,100). Sum of RGB (Red+Green+Blue) = 247+113+100=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F77164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77164 is #088E9B. Grayscale: #979797. Windows color (decimal): -560796 or 6582775. OLE color: 6582775.

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

Color convert

RGB 247 113 100 -
CMYK 0 0.54 0.60 0.03
HSL 5.31º 0.9% 0.68% -
HSV(B) 5.31º 0.6% 0.97% -
XYZ 46.56 32.5 15.88 -
YUV 151.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 247 113 100 0 0.54 0.60 0.03 5.31 0.9 0.68
Hex F7 71 64 0 36 3C 3 5 5A 44
Octal 367 161 144 0 66 74 3 5 132 104
Binary 11110111 1110001 1100100 0 110110 111100 11 101 1011010 1000100

Color Harmonies of #F77164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77164

Black with #F77164

Text Example


Text Example

White with #F77164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77164; }

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

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

background-color css

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

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

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

border-color css

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

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

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