Html Css Color HEX #F77065 Bittersweet

📋 copy color: '#F77065'

red 247 ◦ green 112 ◦ blue 101

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

Shades of Bittersweet #F77065

Tints of Bittersweet #F77065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 53.7%
G = 24.35%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F77065 (or 0xF77065) is known color: Bittersweet. HEX triplet: F7, 70 and 65. RGB value is (247,112,101). Sum of RGB (Red+Green+Blue) = 247+112+101=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F77065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77065 is #088F9A. Grayscale: #979797. Windows color (decimal): -561051 or 6648055. OLE color: 6648055.

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

Color convert

RGB 247 112 101 -
CMYK 0 0.55 0.59 0.03
HSL 4.52º 0.9% 0.68% -
HSV(B) 4.52º 0.59% 0.97% -
XYZ 46.5 32.3 16.1 -
YUV 151.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 247 112 101 0 0.55 0.59 0.03 4.52 0.9 0.68
Hex F7 70 65 0 37 3B 3 5 5A 44
Octal 367 160 145 0 67 73 3 5 132 104
Binary 11110111 1110000 1100101 0 110111 111011 11 101 1011010 1000100

Color Harmonies of #F77065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77065

Black with #F77065

Text Example


Text Example

White with #F77065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77065; }

 p { color: rgb(247,112,101); }

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

background-color css

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

 a { background-color: rgb(247,112,101); }

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

border-color css

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

 span { border-color: rgb(247,112,101); }

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