Html Css Color HEX #F68074 Salmon

📋 copy color: '#F68074'

red 246 ◦ green 128 ◦ blue 116

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

Shades of Salmon #F68074

Tints of Salmon #F68074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.12%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 50.2%
G = 26.12%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68074 (or 0xF68074) is known color: Salmon. HEX triplet: F6, 80 and 74. RGB value is (246,128,116). Sum of RGB (Red+Green+Blue) = 246+128+116=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F68074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68074 is #097F8B. Grayscale: #A2A2A2. Windows color (decimal): -622476 or 7635190. OLE color: 7635190.

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

Color convert

RGB 246 128 116 -
CMYK 0 0.48 0.53 0.04
HSL 5.54º 0.88% 0.71% -
HSV(B) 5.54º 0.53% 0.96% -
XYZ 48.88 36.29 20.95 -
YUV 161.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 246 128 116 0 0.48 0.53 0.04 5.54 0.88 0.71
Hex F6 80 74 0 30 35 4 6 58 47
Octal 366 200 164 0 60 65 4 6 130 107
Binary 11110110 10000000 1110100 0 110000 110101 100 110 1011000 1000111

Color Harmonies of #F68074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68074

Black with #F68074

Text Example


Text Example

White with #F68074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68074; }

 p { color: rgb(246,128,116); }

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

background-color css

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

 a { background-color: rgb(246,128,116); }

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

border-color css

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

 span { border-color: rgb(246,128,116); }

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