Html Css Color HEX #F66C64 Bittersweet

📋 copy color: '#F66C64'

red 246 ◦ green 108 ◦ blue 100

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

Shades of Bittersweet #F66C64

Tints of Bittersweet #F66C64

RGB

 RED value IS 246 (96.48% from 255) = 54.19%

 GREEN value IS 108 (42.58% from 255) = 23.79%

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

R = 54.19%
G = 23.79%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F66C64 (or 0xF66C64) is known color: Bittersweet. HEX triplet: F6, 6C and 64. RGB value is (246,108,100). Sum of RGB (Red+Green+Blue) = 246+108+100=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C64 is #09939B. Grayscale: #949494. Windows color (decimal): -627612 or 6581494. OLE color: 6581494.

HSL color Cylindrical-coordinate representation of color #F66C64: hue angle of 3.29º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66C64 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 108 100 -
CMYK 0 0.56 0.59 0.04
HSL 3.29º 0.89% 0.68% -
HSV(B) 3.29º 0.59% 0.96% -
XYZ 45.67 31.24 15.68 -
YUV 148.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 246 108 100 0 0.56 0.59 0.04 3.29 0.89 0.68
Hex F6 6C 64 0 38 3B 4 3 59 44
Octal 366 154 144 0 70 73 4 3 131 104
Binary 11110110 1101100 1100100 0 111000 111011 100 11 1011001 1000100

Color Harmonies of #F66C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C64

Black with #F66C64

Text Example


Text Example

White with #F66C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C64; }

 p { color: rgb(246,108,100); }

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

background-color css

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

 a { background-color: rgb(246,108,100); }

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

border-color css

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

 span { border-color: rgb(246,108,100); }

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