Html Css Color HEX #F97666 Bittersweet

📋 copy color: '#F97666'

red 249 ◦ green 118 ◦ blue 102

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

Shades of Bittersweet #F97666

Tints of Bittersweet #F97666

RGB

 RED value IS 249 (97.66% from 255) = 53.09%

 GREEN value IS 118 (46.48% from 255) = 25.16%

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 53.09%
G = 25.16%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F97666 (or 0xF97666) is known color: Bittersweet. HEX triplet: F9, 76 and 66. RGB value is (249,118,102). Sum of RGB (Red+Green+Blue) = 249+118+102=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F97666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97666 is #068999. Grayscale: #9B9B9B. Windows color (decimal): -428442 or 6715129. OLE color: 6715129.

HSL color Cylindrical-coordinate representation of color #F97666: hue angle of 6.53º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F97666 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 118 102 -
CMYK 0 0.53 0.59 0.02
HSL 6.53º 0.92% 0.69% -
HSV(B) 6.53º 0.59% 0.98% -
XYZ 47.94 34.06 16.62 -
YUV 155.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 249 118 102 0 0.53 0.59 0.02 6.53 0.92 0.69
Hex F9 76 66 0 35 3B 2 7 5C 45
Octal 371 166 146 0 65 73 2 7 134 105
Binary 11111001 1110110 1100110 0 110101 111011 10 111 1011100 1000101

Color Harmonies of #F97666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97666

Black with #F97666

Text Example


Text Example

White with #F97666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97666; }

 p { color: rgb(249,118,102); }

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

background-color css

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

 a { background-color: rgb(249,118,102); }

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

border-color css

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

 span { border-color: rgb(249,118,102); }

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