Html Css Color HEX #F68A73 Salmon

📋 copy color: '#F68A73'

red 246 ◦ green 138 ◦ blue 115

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

Shades of Salmon #F68A73

Tints of Salmon #F68A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.66%

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 49.3%
G = 27.66%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68A73 (or 0xF68A73) is known color: Salmon. HEX triplet: F6, 8A and 73. RGB value is (246,138,115). Sum of RGB (Red+Green+Blue) = 246+138+115=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A73 is #09758C. Grayscale: #A7A7A7. Windows color (decimal): -619917 or 7572214. OLE color: 7572214.

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

Color convert

RGB 246 138 115 -
CMYK 0 0.44 0.53 0.04
HSL 10.53º 0.88% 0.71% -
HSV(B) 10.53º 0.53% 0.96% -
XYZ 50.19 39.01 21.1 -
YUV 167.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 246 138 115 0 0.44 0.53 0.04 10.53 0.88 0.71
Hex F6 8A 73 0 2C 35 4 B 58 47
Octal 366 212 163 0 54 65 4 13 130 107
Binary 11110110 10001010 1110011 0 101100 110101 100 1011 1011000 1000111

Color Harmonies of #F68A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A73

Black with #F68A73

Text Example


Text Example

White with #F68A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A73; }

 p { color: rgb(246,138,115); }

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

background-color css

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

 a { background-color: rgb(246,138,115); }

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

border-color css

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

 span { border-color: rgb(246,138,115); }

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