Html Css Color HEX #F68971 Salmon

📋 copy color: '#F68971'

red 246 ◦ green 137 ◦ blue 113

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

Shades of Salmon #F68971

Tints of Salmon #F68971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 49.6%
G = 27.62%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F68971 (or 0xF68971) is known color: Salmon. HEX triplet: F6, 89 and 71. RGB value is (246,137,113). Sum of RGB (Red+Green+Blue) = 246+137+113=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68971 is #09768E. Grayscale: #A7A7A7. Windows color (decimal): -620175 or 7440886. OLE color: 7440886.

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

Color convert

RGB 246 137 113 -
CMYK 0 0.44 0.54 0.04
HSL 10.83º 0.88% 0.7% -
HSV(B) 10.83º 0.54% 0.96% -
XYZ 49.93 38.68 20.46 -
YUV 166.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 246 137 113 0 0.44 0.54 0.04 10.83 0.88 0.7
Hex F6 89 71 0 2C 36 4 B 58 46
Octal 366 211 161 0 54 66 4 13 130 106
Binary 11110110 10001001 1110001 0 101100 110110 100 1011 1011000 1000110

Color Harmonies of #F68971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68971

Black with #F68971

Text Example


Text Example

White with #F68971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68971; }

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

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

background-color css

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

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

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

border-color css

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

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

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