Html Css Color HEX #F67064 Bittersweet

📋 copy color: '#F67064'

red 246 ◦ green 112 ◦ blue 100

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

Shades of Bittersweet #F67064

Tints of Bittersweet #F67064

RGB

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

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

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

R = 53.71%
G = 24.45%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F67064 (or 0xF67064) is known color: Bittersweet. HEX triplet: F6, 70 and 64. RGB value is (246,112,100). Sum of RGB (Red+Green+Blue) = 246+112+100=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F67064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67064 is #098F9B. Grayscale: #969696. Windows color (decimal): -626588 or 6582518. OLE color: 6582518.

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

Color convert

RGB 246 112 100 -
CMYK 0 0.54 0.59 0.04
HSL 4.93º 0.89% 0.68% -
HSV(B) 4.93º 0.59% 0.96% -
XYZ 46.1 32.1 15.82 -
YUV 150.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 246 112 100 0 0.54 0.59 0.04 4.93 0.89 0.68
Hex F6 70 64 0 36 3B 4 5 59 44
Octal 366 160 144 0 66 73 4 5 131 104
Binary 11110110 1110000 1100100 0 110110 111011 100 101 1011001 1000100

Color Harmonies of #F67064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67064

Black with #F67064

Text Example


Text Example

White with #F67064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67064; }

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

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

background-color css

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

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

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

border-color css

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

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

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