Html Css Color HEX #F6896F Salmon

📋 copy color: '#F6896F'

red 246 ◦ green 137 ◦ blue 111

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

Shades of Salmon #F6896F

Tints of Salmon #F6896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.73%

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

R = 49.8%
G = 27.73%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6896F (or 0xF6896F) is known color: Salmon. HEX triplet: F6, 89 and 6F. RGB value is (246,137,111). Sum of RGB (Red+Green+Blue) = 246+137+111=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6896F is #097690. Grayscale: #A6A6A6. Windows color (decimal): -620177 or 7309814. OLE color: 7309814.

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

Color convert

RGB 246 137 111 -
CMYK 0 0.44 0.55 0.04
HSL 11.56º 0.88% 0.7% -
HSV(B) 11.56º 0.55% 0.96% -
XYZ 49.82 38.63 19.87 -
YUV 166.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 246 137 111 0 0.44 0.55 0.04 11.56 0.88 0.7
Hex F6 89 6F 0 2C 37 4 C 58 46
Octal 366 211 157 0 54 67 4 14 130 106
Binary 11110110 10001001 1101111 0 101100 110111 100 1100 1011000 1000110

Color Harmonies of #F6896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6896F

Black with #F6896F

Text Example


Text Example

White with #F6896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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