Html Css Color HEX #F6705D Bittersweet

📋 copy color: '#F6705D'

red 246 ◦ green 112 ◦ blue 93

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

Shades of Bittersweet #F6705D

Tints of Bittersweet #F6705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 54.55%
G = 24.83%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6705D (or 0xF6705D) is known color: Bittersweet. HEX triplet: F6, 70 and 5D. RGB value is (246,112,93). Sum of RGB (Red+Green+Blue) = 246+112+93=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F6705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6705D is #098FA2. Grayscale: #969696. Windows color (decimal): -626595 or 6123766. OLE color: 6123766.

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

Color convert

RGB 246 112 93 -
CMYK 0 0.54 0.62 0.04
HSL 7.45º 0.89% 0.66% -
HSV(B) 7.45º 0.62% 0.96% -
XYZ 45.78 31.97 14.11 -
YUV 149.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 246 112 93 0 0.54 0.62 0.04 7.45 0.89 0.66
Hex F6 70 5D 0 36 3E 4 7 59 42
Octal 366 160 135 0 66 76 4 7 131 102
Binary 11110110 1110000 1011101 0 110110 111110 100 111 1011001 1000010

Color Harmonies of #F6705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6705D

Black with #F6705D

Text Example


Text Example

White with #F6705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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