Html Css Color HEX #F6706F Salmon

📋 copy color: '#F6706F'

red 246 ◦ green 112 ◦ blue 111

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

Shades of Salmon #F6706F

Tints of Salmon #F6706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 52.45%
G = 23.88%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6706F (or 0xF6706F) is known color: Salmon. HEX triplet: F6, 70 and 6F. RGB value is (246,112,111). Sum of RGB (Red+Green+Blue) = 246+112+111=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6706F is #098F90. Grayscale: #989898. Windows color (decimal): -626577 or 7303414. OLE color: 7303414.

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

Color convert

RGB 246 112 111 -
CMYK 0 0.54 0.55 0.04
HSL 0.44º 0.88% 0.7% -
HSV(B) 0.44º 0.55% 0.96% -
XYZ 46.67 32.33 18.82 -
YUV 151.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 246 112 111 0 0.54 0.55 0.04 0.44 0.88 0.7
Hex F6 70 6F 0 36 37 4 0 58 46
Octal 366 160 157 0 66 67 4 0 130 106
Binary 11110110 1110000 1101111 0 110110 110111 100 0 1011000 1000110

Color Harmonies of #F6706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6706F

Black with #F6706F

Text Example


Text Example

White with #F6706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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