Html Css Color HEX #F66764 Bittersweet

📋 copy color: '#F66764'

red 246 ◦ green 103 ◦ blue 100

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

Shades of Bittersweet #F66764

Tints of Bittersweet #F66764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

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

R = 54.79%
G = 22.94%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F66764 (or 0xF66764) is known color: Bittersweet. HEX triplet: F6, 67 and 64. RGB value is (246,103,100). Sum of RGB (Red+Green+Blue) = 246+103+100=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F66764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66764 is #09989B. Grayscale: #919191. Windows color (decimal): -628892 or 6580214. OLE color: 6580214.

HSL color Cylindrical-coordinate representation of color #F66764: hue angle of 1.23º 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 #F66764 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 103 100 -
CMYK 0 0.58 0.59 0.04
HSL 1.23º 0.89% 0.68% -
HSV(B) 1.23º 0.59% 0.96% -
XYZ 45.16 30.21 15.51 -
YUV 145.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 246 103 100 0 0.58 0.59 0.04 1.23 0.89 0.68
Hex F6 67 64 0 3A 3B 4 1 59 44
Octal 366 147 144 0 72 73 4 1 131 104
Binary 11110110 1100111 1100100 0 111010 111011 100 1 1011001 1000100

Color Harmonies of #F66764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66764

Black with #F66764

Text Example


Text Example

White with #F66764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66764; }

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

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

background-color css

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

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

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

border-color css

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

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

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